thelia / contact-option-builder-module
Installs: 296
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 4
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
README
Add email subject, destination email and option on form contact.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is ContactOptionBuilder. - Activate it in your thelia administration panel
Usage
Hook
- Menu Hook
- Module configuration Hook
Loop
Contact Option Loop
Input arguments
Output arguments
Exemple
{loop type="contactoptionbuilder.contact.option.loop" name="contactoptionbuilder.contact.option.loop" }
{$ID_COB}
{$SUBJECT_COB}
{if $TYPE_USER_COB == 0}
{/if}
{if $COMMANDE_OPT_COB}
{/if}
{if $COMPANY_NAME_OPT_COB}
{/if}
{$EMAIL_TO_COB}
{$MESSAGE_OPT_COB }
{/loop}