URL not mandatory
-
Hi. Is it possible to add URL-field so that it not mandatory to be filled.
I tried editing submission-form.php:
<input name="user-submitted-url" type="text" value="" data-required="true" data-type="url" placeholder="<?php _e('Your URL', 'usp'); ?>" class="usp-input">
–>
<input name="user-submitted-url" type="text" value="" data-required="false" data-type="url" placeholder="<?php _e('Your URL', 'usp'); ?>" class="usp-input">But it still seems to be mandatory
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘URL not mandatory’ is closed to new replies.