Support

Account

Home Forums Add-ons Repeater Field acf_form and repeater field

Helping

acf_form and repeater field

  • Hello, i have an acf_form on the frontend using:

    	acf_form(array(
    				'post_id'	=> $id_post,
    				'post_title'=> false,
    				'return'	=> '/checkin-online/?updated=true',
    				'submit_value'	=> 'Conferma informazioni'
    			));

    The entire form works well, but i have a repeater field and just for this field i want to declare a specific value for MINIMU_ROWS and MAXIMUM_ROWS

    anyone can help me? thanks

  • Hi @webjuice

    Does it not work if you set max and min rows in the repeater fields settings in wp admin?

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘acf_form and repeater field’ is closed to new replies.