Did you add the #Submit to the styling of the buttion, and then add a dictionary with the name Submit without the # I have no problem getting the dictionary working in Umbraco 7.2.1
I have made screen shots to make it easier for you to see what I am talking about.
You will get this view by click actions, and then styling
In the dictionary folder then you have:
And make sure the casing is the same of the dictionay name and the name after the hashtag and then of course remember to save the form :-)
how to get to captions and styling for the button? I use the latest version on Umbraco 7.2.2 and can't find anything like that. I only can change the submit message text / page.
For the styling of your forms you can just your css for the forms, in your normal css file, just target the classes that you can see in the HTML for your Forms. And you have full control over the markup that is generated for the forms. Try to see this documentation. https://our.umbraco.org/documentation/Products/UmbracoForms/Developer/Custom-Markup/
Hope this helps, if you have further questions about this keep asking.
thanks for your reply.
I simply want to update the submit button text.
In your screenshot above you show a form with "CAPTIONS" and "STYLING". How to find that? Is that part of Umbraco Forms?
Custom text on submit button in Umbraco Forms
Hi
I have previously used Contour and I have changed the submit button text by adding a #Submit record to the dictionary.
This doesn't seem to work in Umbraco Form (in Umbraco 7.2)
Any ideas on how to it?
Best regards
Morten
Hi Morten,
Did you add the #Submit to the styling of the buttion, and then add a dictionary with the name Submit without the # I have no problem getting the dictionary working in Umbraco 7.2.1
I have made screen shots to make it easier for you to see what I am talking about.
You will get this view by click actions, and then styling
In the dictionary folder then you have:
And make sure the casing is the same of the dictionay name and the name after the hashtag and then of course remember to save the form :-)
Hope this helps,
/Dennis
I forgot that part, thank you very much.
/ Morten
Hi,
how to get to captions and styling for the button? I use the latest version on Umbraco 7.2.2 and can't find anything like that. I only can change the submit message text / page.
Best Regards Andreas
Hi Andreas,
For the styling of your forms you can just your css for the forms, in your normal css file, just target the classes that you can see in the HTML for your Forms. And you have full control over the markup that is generated for the forms. Try to see this documentation. https://our.umbraco.org/documentation/Products/UmbracoForms/Developer/Custom-Markup/
Hope this helps, if you have further questions about this keep asking.
/Dennis
Hi Dennis,
thanks for your reply. I simply want to update the submit button text. In your screenshot above you show a form with "CAPTIONS" and "STYLING". How to find that? Is that part of Umbraco Forms?
Best Regards Andreas
Hi again,
just found out that its placed in the Action pane on the right top. Thanks!
Best Regards Andreas
Hi Andreas,
Good to hear that you found it. You can so find documentation about Umbraco Forms here https://our.umbraco.org/documentation/Products/UmbracoForms/, and specifically about your question here: https://our.umbraco.org/documentation/Products/UmbracoForms/Editor/Creating-a-form/Form-Settings/
/Dennis
is working on a reply...