Page 1 of 1
Undefined error message
Posted: Tue Oct 11, 2022 4:15 pm
by windsurfer
I have a form that has the file upload fields.
When in the settings i select the Info bubble in the validate section i get the error message at the top left of the page "Undefined" Why would that be ?
https://prnt.sc/ZuVPNmZ4kWns
https://prnt.sc/BtDLIc6i6FqK
Re: Undefined error message
Posted: Tue Oct 11, 2022 4:58 pm
by Pablo
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
Note that I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
For further details about how to share a project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Re: Undefined error message
Posted: Tue Oct 11, 2022 8:05 pm
by windsurfer
I emailed it to you
Re: Undefined error message
Posted: Wed Oct 12, 2022 6:43 am
by Pablo
I have found the following issues in your project:
- there is a 'reload 'event in the page properties. Please remove this.
- the submit button does not need an event to submit the form.
- you have mixed different validation methods. Please stick with one validation type for all objects.
- you will need to set the 'title' attribute for all elements that use validation. Because this is used for the input prompt, otherwise it is 'undefined'.
there may be more, but you will need to fix these issues first...
Also, I suggest that if something does not work, then strip everything from the project that is not relevant to the issue.
It took me a lot of time to figure what you have done with all the (unneeded) events and different settings.