-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selection of redirection in the searchform.php to the target page #932
Comments
@fredericalpers I see there's an old issue I've already investigated (see issue #613). Is this issue similar to that one? |
@yeneastgate you are right. the only difference is that this Issue here is "Step 1" without further additional changes to the behaviour besides the implementation of the forwarding. I will close the other issue, thank you :) |
@fredericalpers I have a few points I need to confirm with you:
|
We want to keep it simple and display all created pages.
Correct, however the customer has to mark the fields as filterable/show in search on the searchform and the propertylist themselves. if the city field is not made filterable the search does not have to work with these fields.
Thats okay, since the customer has to make sure the searchform and the corresponding property lists are set up properly. We simply want to give the customer the possibility to set up the forwarding with the form action without having to have coding knowledge and having to customize the templates. |
@fredericalpers If it's the pages that have been created, will it display both the pages with the shortcode address and the form, right? |
@fredericalpers Could you send me the link to the documentation so I can add it? |
@yeneastgate this is our current documentation: https://wp-plugin.onoffice.com/de/ |
@fredericalpers Please take a look at my demo video and let me know your opinions. Thank you! cmt.mp4 |
Seems good to me! I will review this as soon as possible! :) Thank you |
Selection of redirection in the searchform.php to the target page
User Story
As an administrator or developer of a property website, I want to add a dropdown element in the settings page for the searchform.php that allows me to select a target page for search results. The selected page should automatically populate the form action attribute, so users are redirected to the correct property listing or results page without requiring manual code changes.
Task/Requirements
The text was updated successfully, but these errors were encountered: