• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: How do you change space between the form fields?

How do you change space between the form fields? 16 years 9 months ago #3848

  • r32
  • r32's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
I created a standard form and have several questions that need answering.

1. How do I change the font style for the labels? (color, size, typeface)

2. How do I change space between form fields?

3. How do I customize the submit button? (color, size, typeface)

I'm using the latest version of RSformPro.

Thanks,
r32

<br><br>Post edited by: r32, at: 2008/07/26 00:28
Attachments:
The administrator has disabled public write access.

Re:How do you change space between the form fields? 16 years 9 months ago #3849

  • richiep
  • richiep's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 131
1) wrap the whole thing in a <div> and style what's inside using CSS
2) see #1
3) see #1

Good luck.
Richiep
The administrator has disabled public write access.

Re:How do you change space between the form fields? 16 years 9 months ago #3851

  • r32
  • r32's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
I've tried that. Can you be more specific?

Can you show me exactly what the code should look like for one of the buttons? Everything I try doesn't work and does't validate.

Thanks for your help.



The administrator has disabled public write access.

Re:How do you change space between the form fields? 16 years 9 months ago #3855

  • richiep
  • richiep's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 131
First, don't use compontentheading as a name, it's already used.

The CSS would look something like this, put it in your site template CSS file.

.componentheading{display:none;}
#form_wrapper{display: block; width:100%; padding:10px; font-family:arial;}
#form_wrapper submit{background-color:#333333;}

Set up your html like

<div id=\"form_wrapper\">
RSform fields
</div>


You don't need to delete anything just tweak it.. As for the form spacing try:

{name:caption} {name:body} {name:validation} {name:description}<br/>

this puts everything on one line.

This should do what you're asking. I'd recommend taking a few hours to study up on CSS/html, having a basic understanding is important if you work with Joomla and RSForm. www.alistapart.com/

Good Luck.
Happy Coding.
Richiep

Post edited by: richiep, at: 2008/07/26 15:26<br><br>Post edited by: richiep, at: 2008/07/26 15:28
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!