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.

add_filter('evors_field_count', 'evo_custom_function', 10, 1);
function evo_custom_function($count){
	return 10;
}

 

Did this article help you?

Ready to setup your calendar?