I have installed the Webform module for my drupal 7 web site. It works well, but when I click the submission button without filling the form, it goes to a page which shows the resuld when I want to reload the same webform. How do I set the path to load the page which the webform included when clicking submit button without filling the form?
0
votes
1 Answers
0
votes
maybe you can set a custom page in node/XXX/webform/configure (advanced parameters) and from there you can validate the webform.
you can also do it with webform_validation and deny submit button when form is empty
hope it helps
PR