Forums

deletion of confirmation page details?

Stephan7669 22 Jun, 2011
Hello!

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



THANK YOU FOR HELP!!!!!!!!
GreyHead 23 Jun, 2011
Hi stephan7669 ,

Turn Debug Off in the form General tab.

Bob
Stephan7669 23 Jun, 2011
ah yeah that was it ... great, thank you Bob!!!

and where to translate system messages like "this field is required"?
Stephan7669 23 Jun, 2011
And is there any chance to edit some fields in the form with bold fonts?
GreyHead 23 Jun, 2011
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
Stephan7669 23 Jun, 2011
Is there a possibility to add a printer functionality for the confirmation page?
GreyHead 23 Jun, 2011
Hi Stephan,

If you search here I think that you will find some instructions for adding a print button.

Bob
Stephan7669 23 Jun, 2011

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!!
GreyHead 23 Jun, 2011
Hi Stephan,

In the Form HTML - look for the input tags.

Bob
This topic is locked and no more replies can be posted.