Home › Toolset Professional Support › [Resolved] cred form submission leads to an error message "page not found"
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
Tagged: Content-submission forms, Toolset Forms
Related documentation:
This topic contains 8 replies, has 2 voices.
Last updated by Christian Cox 6 years, 6 months ago.
Assisted by: Christian Cox.
Good morning,
I am building a jobsite and I have a problem with form submission
I built the following items :
- a custom post type to store resumes : hidden link
- a Cred form for candidates to add their resume from the front-end : hidden link
- a Cred form so that candidates can modify their resume, but here I have some issues : hidden link
Issue : after the resume modification is submitted, a message shoud be displayed saying the modifications will be reviewed by administrators before being published.
- When I run a test as a site admin, this message is displayed, the modification is registered and is waiting for approval.
- When I try to submit a modification as a candidate (role: candidate_v1 or candidate_premium), the modification is registered and is waiting for approval BUT the message is not displayed, instead I have an error message saying the page is not found.
Thanks in advance for your help
Hi, can you tell me what you have selected in the CRED form editor for "After user submits this form"? Please temporarily deactivate all plugins except Toolset, and activate the Divi parent theme. Then resubmit the form - is the behavior different?
All solved thanks
Sorry I checked the wrong page, will do some other tests and get back
Good morning,
Re-tested the form submission :
I deactivated all plugins except toolset and activated the divi parent theme but the issue remains the same.
See the attached parameters for "After user submits this form".
Thanks for your help
Eric
I made several other tests :
I have an issue ONLY WHEN I select that after submission it needs a verification before being published + a message should be displayed after submission. In this case I cannot see the message but I have an error message saying "page not available" when I am logged in as candidate. (But I can see the message if I am logged in as admin).
On the contrary if I select that after submission it should be immediately published + a message should be displayed after submission everything works fine : admin and candidates see the message.
Also if I select that after submission it needs a verification before being published + I select a specific page to be displayed after submission everything works fine : admin and candidates see the selected page.
Thanks
Eric
It sounds like the form changes the post status to "Pending Review", and the Candidate User does not have permission to edit Pending Review posts on the front-end of the site. This leads to the 404 being displayed. As a test, please edit the form and choose the option "AJAX submission". This should prevent the issue because the page is not being refreshed after form submission.
I tried this without success : I still have the issue when AJAX option is activated.
Thanks
Eric
What is the full URL where the CRED edit form is displayed?