FORM
This shortcode displays a contact form. The text for the checkbox “I agree…” is set in Appearance > Customize > Content > Text with Privacy Policy link.
In order to add/customize the Privacy Policy link, navigate to Settings (WP Dashboard) > Privacy and specify the page that will be used as a Privacy Policy one.
Example:
[trx_sc_form type=“default” labels=“” title_style=“default”]
IMPORTANT! FORM TEMPLATES
Check the following directory .../wp-content/plugins/trx_addons/shortcodes/form/...
for the form-related files such as tpl.default.php, tpl.detailed.php, and others. Each of these files is responsible for displaying the form in different styles.
To Edit the default textarea content for Contact 7 Form, to do the directory .../wp-content/plugins/trx_addons/cpt/properties/..
for editing form-related messages. This folder contains files such as tpl.properties.parts.form.php, and others for managing all things related to the Properties Admin features.
Check the following directory .../wp-content/plugins/trx_addons/shortcodes/form/...
for the form-related files such as tpl.default.php, tpl.detailed.php, and others. Each of these files is responsible for displaying the form in different styles.
Choose the necessary file, open it with any text editor (for example Sublime or Atom), and modify the code according to your needs.
To translate the form fields edit .pot
file in the following directory .../wp-content/plugins/trx_addons/languages/...
. See the Theme Translation section for more information.