Hi there,
New to Chronoforms, but really liking it all so far, so thanks.
Just two problems.
I want to increase the size of my message field on my chronoform as I am using it for customer enquiry. How would I do this?
Also, the choroform module sits too near to the edge of the page - how do I increase the left hand padding in the chronoforms module?
Here is a link to the form in question:
http://ontapcomms.co.uk/contact-us
Many thanks,
Cat
New to Chronoforms, but really liking it all so far, so thanks.
Just two problems.
I want to increase the size of my message field on my chronoform as I am using it for customer enquiry. How would I do this?
Also, the choroform module sits too near to the edge of the page - how do I increase the left hand padding in the chronoforms module?
Here is a link to the form in question:
http://ontapcomms.co.uk/contact-us
Many thanks,
Cat
Hi Cat,
For the message use a Textarea Box element instead of a Text Box.
For the padding add some CSS in a Load CSS action
Bob
For the message use a Textarea Box element instead of a Text Box.
For the padding add some CSS in a Load CSS action
.gbs3 {
padding-left: 12px;
}
Bob
Hi Cat,
In the Form Editor Setup tab. If you are using the Simple Wizard there is a CSS tab; in the normal Wizard drag the action into the On Load event and move it up before the HTML (Render form) action.
Bob
In the Form Editor Setup tab. If you are using the Simple Wizard there is a CSS tab; in the normal Wizard drag the action into the On Load event and move it up before the HTML (Render form) action.
Bob
This topic is locked and no more replies can be posted.
