Support

Account

Home Forums General Issues Adding conditionals to a acf form

Unread

Adding conditionals to a acf form

  • This is my current form using acf

    <php acf_form(array(
    	'post_id'	=> 'new',
    	'field_groups'	=> array( 243 ),
    	'submit_value'	=> 'Crear el ticket'
    	)); ?>;

    I want to add a conditional that redirects to a different page(with a msg i’ll create) and that it doesnt send the post only if it was sent between the 26th and the 31th of the month, how can I implement this with acf form?

Viewing 1 post (of 1 total)

The topic ‘Adding conditionals to a acf form’ is closed to new replies.