We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Front-end form - Pressing the update button in the Insert/edit link dialogue attempts to submit the form.
To Reproduce Steps to reproduce the behavior:
Expected behavior Updating the link details in the edit link dialogue triggers the acf form to attempt to submit itself
Code acf_form(array( 'post_id' => 'new_post', 'return' => add_query_arg('saved', '1'), 'submit_value' => 'Create Post', 'field_groups' => false, 'form' => false, 'post_title' => true, 'post_content' => true, ));
acf_form(array( 'post_id' => 'new_post', 'return' => add_query_arg('saved', '1'), 'submit_value' => 'Create Post', 'field_groups' => false, 'form' => false, 'post_title' => true, 'post_content' => true, ));
Version Information:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Front-end form - Pressing the update button in the Insert/edit link dialogue attempts to submit the form.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Updating the link details in the edit link dialogue triggers the acf form to attempt to submit itself
Code
acf_form(array( 'post_id' => 'new_post', 'return' => add_query_arg('saved', '1'), 'submit_value' => 'Create Post', 'field_groups' => false, 'form' => false, 'post_title' => true, 'post_content' => true, ));
Version Information:
The text was updated successfully, but these errors were encountered: