Hi
I would very much like to give the user a "displayed message" when I use the simple form. Is it possible?
Best regards
Nina Balslev
I would very much like to give the user a "displayed message" when I use the simple form. Is it possible?
Best regards
Nina Balslev
Hi Nina,
You can use the Thanks Message sub-tab in the Setup tab of the Simple Wizard for this.
Bob
You can use the Thanks Message sub-tab in the Setup tab of the Simple Wizard for this.
Bob
Thanks for a quick answer. Anyhow, this is not what I need. I want to have a message for the user in the designer fields. The reason is that if I write an article where I insert a form like this {chronoforms5}Registrering{/chronoforms5} then the welcome text written in the article will also turn up together with the thank you message. Honestly this looks unprofessional
I would therefore appreciate if it is possible to display a message for the user together with the form and not as a thank you message after the submit button of the form has been activated?
Thanks and best regards
Nina Balslev
I would therefore appreciate if it is possible to display a message for the user together with the form and not as a thank you message after the submit button of the form has been activated?
Thanks and best regards
Nina Balslev
Hi NinaB,
If you want to display text (or any other HTML) with the form you can use a Custom Code element in the Designer tab and add the HTML there.
Bob
If you want to display text (or any other HTML) with the form you can use a Custom Code element in the Designer tab and add the HTML there.
Bob
Thank you again Bob
I have now used the custom code field and inserted the HTML code. Generally speaking, I am satisfied with the content of the HTML coding with one exception. I cannot get the word “Priser” (prices), which is a hyperlink, to accept the format <h3>. For your information I have inserted the coding below. Do you know how to get the hyperlink “Priser” to accept the <h3> size?
Best regards
Nina Balslev
I have now used the custom code field and inserted the HTML code. Generally speaking, I am satisfied with the content of the HTML coding with one exception. I cannot get the word “Priser” (prices), which is a hyperlink, to accept the format <h3>. For your information I have inserted the coding below. Do you know how to get the hyperlink “Priser” to accept the <h3> size?
Best regards
Nina Balslev
<font color="white"><h2>Her kan du blive registreret og få adgang til vore kandidaters CV'er</h2>
<h3><p>Du finder vore priser her: <a href="http://jobportal-sydsjaelland.btcon.dk/arbejdsgivere/arbejdsgivere">Priser</a> <p></h3>
<h3>
<a href="http://jobportal-sydsjaelland.btcon.dk/arbejdsgivere/arbejdsgivere">Priser</a></h3>
</p>
Hi Nina,
You have some misplaced <p> tags in there:
Bob
You have some misplaced <p> tags in there:
<h2 style='color: white;'>Her kan du blive registreret og få adgang til vore kandidaters CV'er</h2>
<h3>Du finder vore priser her: <a href="http://jobportal-sydsjaelland.btcon.dk/arbejdsgivere/arbejdsgivere">Priser</a></h3>
<h3><a href="http://jobportal-sydsjaelland.btcon.dk/arbejdsgivere/arbejdsgivere">Priser</a></h3>
Bob
This topic is locked and no more replies can be posted.