At times you may want to use contact forms on individual pages. For instance, adding a form to a product page is a great way of encouraging customers to inquire about the product.
In MyCashflow, contact forms are created with Interface tags that are also used for implementing themes. Interface tags are MyCashflow's internal commands used for printing online store contents and user interface components (such as forms). The tags' output can be specified by using attributes that adjust the contents printed by the tags in different ways.
Forms are printed by using the {ContactForm}
tag. This tag prints a form that contains the following elements:
- Name field
- Email field
- Phone number field
- Text field for the customer's message
When the form is submitted, its contents are sent via email to the address specified in the tag's email attribute. For more information, see the instructions below.
An example of adding a contact form
If you'd like to add a contact form only to individual pages, you can use the tag in the pages' content fields. This example illustrates how to add a contact form to a product description: