-
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
Customization of standard e-mail subjects for forms #881
Comments
@fredericalpers After investigating, I need you to confirm the following:
Please refer to the video for more information. bandicam.2024-08-19.16-01-15-155.mp4 |
Yes all fields should be available except the mentioned ones above. For Radio buttons only the fields with value "1" should be available. For Checkboxes with multiples values such as the field "Beziehung" all values should be available. The fieldname does not have to be displayed, simply their values should be displayed.
This had a typo and was supposed to be. "in the e-mail it would be displayed as: Inquiry for property 99." I have edited the initial issue. |
@fredericalpers I have implemented this feature and here is the demo video: 881_demo.mp4However, I still need to confirm a few things to complete this task: |
the size of the subject field and the pills must be kept the same as the other fields.
As mentioned in the task / requirements it should be the fields added to the form. |
I will refactor the CSS to ensure this.
I will research and find a solution for this functionality. |
@fredericalpers I have made the requested changes and here is the demo video: https://files.fm/f/56tdqchaw7 Please check and let me know your opinion. Thanks! |
Hi @yeneastgate, The current implementation is working well, and I appreciate the progress so far. However, there are a few small adjustments that still need to be made. According to the task and requirements, we need to add a button that allows users to insert variables directly, as not everyone may be aware that simply typing "%" in the input field is sufficient. Upon clicking this button, a dropdown should appear with the available options for selection. Please see the examples below.
Please let me know if you need any further clarification on this. Thanks for your effort! |
I got it! thanks |
@fredericalpers I added the button, please take a look at my demo video and let me know your opinions. Thanks! issue.881.mp4 |
Customization of standard e-mail subjects for forms
Introduction
As a website owner, I would like to customize the standard e-mail subjects for various forms on my website and provide them with a fixed prefix so that the messages are easily recognizable in onOffice enterprise and at the same time there is the possibility to customize the subject lines.
User Story
The purpose of this user story is to customize the standard email subjects for various forms (owner form, prospect form, contact form, newsletter) on the website. The subject should contain a fixed prefix [onOffice-WP] by default. At the same time, the website operator should be able to customize the rest of the subject line. Dynamic content (such as the property ID) can be integrated via “tags/pills”, similar to the handling of meta tags in Yoast.
This customization aims to improve the clarity and precision of email subject lines generated by the forms on the website, while meeting the necessary technical requirements for integration with onOffice enterprise. The ability to insert dynamic content should ensure that the subject lines are relevant and informative.
Task / Requirements
The following should be available for selection in the tags/pills:
Standard subject lines for forms:
Owner form: Message from the owner form of your website.
Prospect form: Message from the interest form on your website.
Contact form: Message from the contact form of your website.
Newsletter form: New newsletter registration
Example for a subject:
EDIT: Inquiry form for the estate agent on a detail page changed to “Inquiry for property (Tag/Pill estateID)” in the e-mail it would be displayed as: "Inquiry for property 99".
The text was updated successfully, but these errors were encountered: