hi, i repeat my previous question once again because before 2 days there was a new version (v1.6.4) with new characteristics about category selection.
i want to know if is possible….
a user explore a specific listings, for example category “Cars” listings
a user click the “+Add listing” button on a left upper corner
on a new add listing page the category is preselected with the current category (“Cars”)
is it possible?
I don’t want for a user to select a category but the category must be preselected based on a current category.
Hi,
There’s no such feature available by default, but it’s possible with customizations, if you’re familiar with customizations I hope this guidance helps:
You can override the Add Listing button template part via a child theme, adding category ID to the button URL.
Then you can add a custom function that filters the listing form and pre-selects the category based on the URL parameter.
This may require extra debugging because the listing submission process has multiple steps.
Hello! I’m trying to generate URLs that take users to the Submit Listing page with a specific category already selected. I’ve spent hours on this but haven’t had any luck—the closest I’ve gotten is preselecting the category, yet the form still won’t render.
Please check this topic. Also, if you need help with customization, you can always submit a request or hire an expert: Customize your website | HivePress
Can you guide me on how to achieve this as i am not interested in hiring due to high cost. I have already asked. I am running a small business so i hope you understand
Perhaps if you would allow pre-population of form fields by request through _GET, one would only have to construct a URL. and it would open up endless possibilities.