two questions: table width and reply

GreyHead 30 Jan, 2013
Hi arjand,

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.