-
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
Permanently Marked Required Fields and Correct Local Area Search in Applicant Forms #868
Comments
@fredericalpers After investigating this task, I need to confirm the following: => Which fields are required to be checked and disabled in two Forms(Interest Form, Application Search Form)?
|
@dai-eastgate the fields (geoPosition) should be the same as in the property list. All 5 values, country, city, zip code, street and radius must be present. The mandatory fields should be the same as in the property list. Furthermore, the same info text must be visible. |
@fredericalpers I checked and found that there is a restriction on the radius checkbox from being generated in the Application Search Form. Could you please confirm if you would like me to enable this feature in the Application Search Form? I want to make sure I understand your intent correctly before making any changes. |
@fredericalpers I rechecked commit code and found that this commit 38014b6 has already implemented radius suppression in the Applicant Search Form. Please take a look at this commit and let me know your opinion. Thank you! |
@dai-eastgate please leave it as it is then, thank you for doing your due diligence! :) |
@fredericalpers I got it, I will continue to implement this issue |
@fredericalpers I have implemented it. Here is evidence. Please check and let me know your opinion. Thank you! 868_demo.mp4 |
Permanently Marked Required Fields and Correct Local Area Search in Applicant Forms
Introduction
In #641, we made the required field checkboxes permanently marked and non-deselectable. However, this seems to have only been implemented for the property list. For applicantform.php, the permanently marked required fields are missing and are not made non-deselectable. Additionally, in applicantsearchform.php, the radius search looks completely different and needs to be corrected.
User Story
As a real estate agent, I want the required fields in the applicantform.php and applicantsearchform.php forms to be permanently marked and non-deselectable. Additionally, I want the local area search in applicantsearchform.php to be correctly displayed and functional so that users have a seamless and consistent experience.
By implementing this user story, we ensure that the usability and functionality of the applicant forms in the real estate portal are improved.
Task / Requirements
Required Fields in applicantform.php:
Local area search in applicantsearchform.php:
The text was updated successfully, but these errors were encountered: