Tell us what you are trying to do?
I'm trying to add two views on the same page. And below each view I would like to add a form.
This form is shown front-end and its function is to add a new row of data into the view (a table) above.
I've managed to show the first form for the first view, but the second one just says "No form specified".
I'm starting to believe that it's not even possible to add two forms to the same page? Even-thought the views are different.
What is the link to your site?
Example of page with two views and two forms (only one is working) hidden link
From your description I imagine that the first View and form are for one post type, and the second View and form are for another.
So, say, the first View lists "Project" posts in a table format. Then after the View, you insert a form which publishes Project posts. So when the form is submitted the page reloads, and the new Project post appears in the View.
And you do the same below for a second View and form. This View is to display "Item" posts. The form comes after (outside) the View, and is set to publish "Items". So when you submit the form and the page reloads, the new Item post is included in the table of results.
Hi Nigel,
The forms and views are actually added to a template for a custom post type.
But each form/View is connected to Custom Fields Groups. Both these two groups are connected to the same post type.
CPT is called Days.
So I add a new "Day" and it contains views showing ships coming in and out.
Two different CFGs are connected to the post
One for incoming ships (repeatable groups)
The other for outgoing ships (repeatable groups)
The two CFGs are then listed in each view on the post.
Now I want to be able to add new content for each CFG view. It works for the first view but not the second.
I can send you login credentials if you like to see it backend.
Hello. Thank you for contacting the Toolset support.
Yes, please can you please share problem URL and access detail and share the flow how exactly you want to add the new records and display it with your views and once I will review your current setup I will get back to you with possible solution.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I just moved and added the form using the Form block and I've added it outside the view's block and I can see its working as expected. Can you please confirm it works at your end as well.