Forms for Places and Events stopped working after web migration
-
Hi,
I moved my website from one domain to another using the One in All Migration, Import via file.
Most of the website’s functionality works as expected (Emails, UsersWP, …) but I can’t figure out why my GD functionality stopped from working:
Add Listing (Places)
Add Listing (Events)
Edit Listing (Places)
Edit Listings (Events)However View Listings (Places and Events) is working as before.
Can you please have a look? My assumption is that it has something to do with SSL certification. The domain before was https but now is temporarily http. Please let me know for any directions.
Please also note that the forms are presented on the page only for the initially hidden items:
<form name="geodirectory-add-post" id="geodirectory-add-post" class="mb-3" action="https://newdomain.com/?page_id=someid" method="post" enctype="multipart/form-data"> <input type="hidden" name="action" value="geodir_save_post"> <input type="hidden" name="preview" value="gd_place"> <input type="hidden" name="post_type" value="gd_place"> <input type="hidden" name="post_parent" value=""> <input type="hidden" name="ID" value="some id"> <input type="hidden" name="security" value="some value"> <input type="hidden" name="add_listing_page_id" value="some id"> </form>
- The topic ‘Forms for Places and Events stopped working after web migration’ is closed to new replies.