I am using Gravity Forms inside a Toolset view loop, but the form is not submitting. However, when I add it outside the loop, it works fine.
Solution:
IMPORTANT STEP! Create a backup of your website. Or better approach will be to test this on a copy/staging version of the website to avoid any disruption of a live website.
- Switch to the default theme such as "TwentyTwenty" by going to "WordPress Dashboard > Appearance > themes".
- Go to "WordPress Dashboard > Plugins" and deactivate all plugins except Toolset and Gravity Froms
- Check if you can still recreate the issue.
- If not, re-activate your plugins one by one and check the issue each time to find out the plugin that causes the problem.
I can't figure out how to sort all the locations alphabetically based on the post title.
Solution:
You can achieve this by creating a sorting option and setting the default one to sort by title. After that, you can use CSS to hide the sorting control. Follow the steps outlined in this documentation.
You can use the CSS code below to hide the sorting control: