Hi there,
I have to questions about CF 4
1. How do I set the table width. Now it runs to the end of the screen (http://www.passendonderwijseemland.nl/2013/index.php/contact/2-ongecategoriseerd/8-emailformulier)
2. When I get an email from the site and I want to reply it gives my own email and not the one from the form allthough I have entered email in the dynamic form.
Thank you.
Arjan
I have to questions about CF 4
1. How do I set the table width. Now it runs to the end of the screen (http://www.passendonderwijseemland.nl/2013/index.php/contact/2-ongecategoriseerd/8-emailformulier)
2. When I get an email from the site and I want to reply it gives my own email and not the one from the form allthough I have entered email in the dynamic form.
Thank you.
Arjan
Hi arjand,
The width is set in your template CSS here
You can over-ride these setting by adding CSS to a Load CSS action in your form.
Please see this FAQ for some help with the Reply To question.
Bob
The width is set in your template CSS here
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
color: #4F564D !important;
font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
padding: 8px 0;
text-shadow: none;
width: 100%;
}
You can over-ride these setting by adding CSS to a Load CSS action in your form.
Please see this FAQ for some help with the Reply To question.
Bob
This topic is locked and no more replies can be posted.