How to add more additional fields for RSVP form
Last Updated: February 9, 2017
Placing this pluggable filter in functions.php file in your current active theme folder will enable you to set a desired number for the additional form fields count.
1 2 3 4 |
add_filter('evors_field_count', 'evo_custom_function', 10, 1); function evo_custom_function($count){ return 10; } |
Did this article help you? If not, send us a ticket via helpdesk
RSVP Events Addon Buy Now