• 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 to remove numbers in front of formfields

How to remove numbers in front of formfields 12 years 8 months ago #14585

  • schang
  • schang's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
I made a form with form layout: 2 lines XHTML (from one of the demo forms) and Auto Generate On.

In the Preview all my form fields are preceded with a number e.q. 1 formfield a, 2 formfield b, ... , n formfield z.

My question: What must I do to remove those numbers in front of the formfields/
The administrator has disabled public write access.

Re: How to remove numbers in front of formfields 12 years 8 months ago #14705

  • schang
  • schang's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hi,

I solved this problem by adding the following css code in my style sheet:

.formContainer {
list-style: none;
}

Regards,

Thiel Chang
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!