selectselectselect
Call our Sales Hotline
0844 858 8580
User Guides

Sa contact form

ekmTags: [ekm:sa_contact_form]

Displays a Contact Form for your previous Customers once they have logged in (Only to be used on the Customer Secure Area page).

Example Usage
[ekm:sa_contact_form] 

' allows the Merchant to set style on the form html tag 
form_style=; 

' allows the Merchant to set style on the table html tag 
table_style=; 

' allows the Merchant to set the title of the contact form 
table_header_title='Contact us'; 

' background colour of the Orders Titles - defaults to #AAAAAA 
table_header_background_colour=; 

' font colour of the Orders Titles - defaults to #000000 
table_header_font_colour=; 

' font size of the Orders Titles - defaults to 2 
table_header_font_size=; 

' allows the Merchant to set a style to the table header 
table_header_style=; 

' allows the Merchant to set the style to the table header font 
table_header_font_style=; 

' allows the Merchant to apply an image to the send button 
send_button_image=; 

' allows the Merchant to apply a style to the send button 
send_button_style=; 

' HTML entered here will be appended prior to the Contact Form 
contact_fore_html=; 

' HTML entered here will be appended after the Contact Form 
contact_aft_html=; 

' Should the To Email Address be displayed on the form. 
' This is taken from the Merchants Email Address set in Powershop 
' true/yes or false/no - defaults to false if omitted 
form_element_to_email='no'; 

' Should the From Email Address be displayed on the form 
' This is the Customers Email Address 
' true/yes or false/no - defaults to false if omitted 
form_element_from_email='no'; 

' Display a dropdown list of Contact Reasons 
' true/yes or false/no - defaults to false if omitted 
form_element_contact_reason='yes'; 

' comma separated list of the Contact Reasons 
' example : Return request, Item not arrived, 
General enquiry 
form_element_contact_reason_items='Return request,
Item not arrived, General enquiry';
 
[/ekm:sa_contact_form]


Example Output
Sa contact form.gif


« Back