• 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 create table field

HOW TO create table field 12 years 3 weeks ago #22682

Hi, i'm new on RSForm! Pro, I would like to create a new field that is formatted as a table, something like that...
www.adir.it/tariffaweb/Tariffa/Motocicli...di_conversione2c.htm

Each cell of table can be a dropdown window...

how can I do ?

Thanks
The administrator has disabled public write access.

HOW TO create table field 12 years 3 weeks ago #22688

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
A form similar to the one found in the link you have provided can be created with RSForm!Pro. You can simply use the predefined '2 Columns Inline' or '2 Columns 2 Lines' form layouts, they are both based on a tabular layout. If you wish to outline the table cells, you will need to add CSS to your form. This can be done using the 'CSS and Javascript' tab, you will need to add a code similar to the following:

<style>
td{
border-style:solid;
border-width:3px;
}
</style>

in the 'CSS' text area. You can read more on this topic here:

www.rsjoomla.com/support/documentation/v...sign-properties.html

If you wish to customize the form layout by rearranging the form fields, you will need to disable the automatic generation of the form's layout, this is done by heading to Components >> RSForm!Pro >> Manage Forms >> edit your form >> Properties >> 'Form Layout' tab and setting 'Auto Generate Layout' to 'No'. Note that, when disabling this option, any future changes that you might perform (for example adding or deleting new fields) will not be reflected in the frontend and you will have to manually adjust the form's layout to apply the changes.

You can read more on this topic here:

www.rsjoomla.com/support/documentation/v...form-properties.html
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!