Module padding and message field size

CatOnTap 26 Jan, 2016
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
GreyHead 26 Jan, 2016
Answer
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
.gbs3 {
    padding-left: 12px;
}

Bob
CatOnTap 26 Jan, 2016
Thanks Bob - where do I put the load CSS action?

Cat
GreyHead 26 Jan, 2016
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
CatOnTap 26 Jan, 2016
You're a star Bob, thanks a mil

Cat
GreyHead 26 Jan, 2016
Hi Cat,

I suggest that you don't use your email address as a username here. It is publicly visible and may be scraped and spammed.

If you PM me I can change the name for you - I don't think that you can do it yourself.

Bob
This topic is locked and no more replies can be posted.