Support

Account

Home Forums Front-end Issues Redirection after frontend form submisson not working

Helping

Redirection after frontend form submisson not working

  • Hello,

    I cant get this to work….
    Post is created but no redirectio after submit, no matter what I set as return parameter…

    	acf_form(array(
    		'post_id'		=> 'new_post',
    		'post_title'	=> true,
        'return' => '%post_url%',
        'new_post'		=> array(
    			'post_type'		=> 'post',
    			'post_status'	=> 'publish'
    		),
        'uploader' => 'basic',
        'html_submit_spinner' => '<span class="acf-spinner"></span>',
    		'submit_value'	=> 'Send'
    
    	));
  • and even the default ?udated=true – is not working, just the same page is loaded again. blank.

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

The topic ‘Redirection after frontend form submisson not working’ is closed to new replies.