Discussion Thread
SeaGreen
Message Thread
Create Online Forms, Databases and Admin Modules with Zero Programming
Posted in the SeaGreen Forum.
Can you hide the validation screen
When the user clicks on the SUBMIT button and all the required fields have been completed correctly, there is one final prompt detailing what the user has entered against the respective fields.
Can this extra prompt be remove? The reason is that I am creating a generic form and I do not want the user to see the respective fieldnames.
Thanks
Can you hide the validation screen
Can you send me the URL of your form so I can see exactly what's happening?
Thanks so much.
Can you hide the validation screen
You can't turn this off via SeaGreen - although you probably could "turn it off" if you knew how to edit the code. This is not recommended.
However, if you remember to associate the field labels with the fields themselves, the confirmation page will look much cleaner as the labels will show up rather than the field names.
This is why it is important to use field labels rather than text blocks when creating your form label names (e.g., "First Name:" is a label name).
Does that help?
Can you hide the validation screen
Yes. I will make greater use of field labels but I will also explore editing the code option.