Tell us what you are trying to do?
On the Open Issues page for the Admin I have a button that displays a form in a Modal for creating new issues on the front end. However this form does not submit the open issue and create it. I have an identical setup for the Edit Forms on the same page. This form does work and it edits the post live and updates it after submitting. I can't figure out why I can't create a new post but I can update a current one on the front end as an Administrator
I was able to fix this for you by reinserting the cred form shortcode onto the page. Even though the slug was the same re-adding it to the page seemed to fix the issue.
The only difference was that you had
[cred_form form='add-new-open-issue']
And I added
[cred_form form="add-new-open-issue"]
Notice the use of the double quotes instead of single quotes.
I opened up the page and tried to make a test Open Issue on the site. Nothing was created with the new form on the front end. I see that the double quotes were added but I still can't create and save a new open issue. I made one on the front end and nothing showed up in the table or in the backend when I double checked.
Is there something else missing? Were you able to create a new open issue through the front end form after using the double quotes?
I took another look for you and the problem is the form being inside the view filters section. The problem is that the submit button is submitting the search rather than submitting the form.
The solution here as I did is to remove the form from the view filter area.
My issue is resolved now. Thank you!
Thank you for finding this issue for me. This was my first site using Toolset so I wasn't sure all the ins and outs of it yet.