Hello!
Can anyone tell me how to delete
1. the Emailmessage
2. the blue box?

THANK YOU FOR HELP!!!!!!!!
Can anyone tell me how to delete
1. the Emailmessage
2. the blue box?

THANK YOU FOR HELP!!!!!!!!
ah yeah that was it ... great, thank you Bob!!!
and where to translate system messages like "this field is required"?
and where to translate system messages like "this field is required"?
And is there any chance to edit some fields in the form with bold fonts?
Hi Stephan,
You can edit the Form HTML to add bold; and at the same time add custom validation messages by setting the Title attributes of the inputs.
Bob
You can edit the Form HTML to add bold; and at the same time add custom validation messages by setting the Title attributes of the inputs.
<input type='text' name='input_name' title='Dieses Feld ist erforderlich' />
Bob
Is there a possibility to add a printer functionality for the confirmation page?
Hi Stephan,
If you search here I think that you will find some instructions for adding a print button.
Bob
If you search here I think that you will find some instructions for adding a print button.
Bob
Hi Stephan,
You can edit the Form HTML to add bold; and at the same time add custom validation messages by setting the Title attributes of the inputs.
<input type='text' name='input_name' title='Dieses Feld ist erforderlich' />
Bob
First issue I could comprehend, thanks, Bob!!
With regard to 2nd topic:
Where do I exactly have to add this code???
Thank you!!
This topic is locked and no more replies can be posted.