• 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 make a Form like an Excel Sheet in RSForm PRO?

How make a Form like an Excel Sheet in RSForm PRO? 13 years 2 months ago #16206

  • julian_e
  • julian_e's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I'm trying to figure out how to make a Form like an Excel Sheet in the simplest way in RS FORM, the FORM looks like an Excel Table with 22 columns and 10 rows, See Figure bellow, and I wonder if ARRAYS can be defined in RS FORM?, this are field structures like a Field (i, j), So I haven´t to define each one of the 22 x 10 = 220 individual Fields, is it possible? or there is a better way to create this kind of Forms?

Col1 | Col2 | Col3 | Col4 | ...... Col22 |
____________________________________________________________________
Row 1 Field1 Field 2 ....
____________________________________________________________________
Row 2
____________________________________________________________________
:
Row 10
____________________________________________________________________
Last Edit: 13 years 2 months ago by julian_e. Reason: Set Title more easy to follow
The administrator has disabled public write access.

Re: How make a Form like an Excel Sheet in RSForm PRO? 13 years 2 months ago #16246

  • julian_e
  • julian_e's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I been trying, using this Code in the HTML Layout FORM :
<table border="0"
tbody id="rsform_6_page_0">
: :
: :
<table border="0">
<tbody id="rsform_6_page_3">
<tr class="rsform-block rsform-block-anombreconvocatoria">
<span style="color: #000000;"><strong>{ANombreConvocatoria:caption}      | {APremio:caption}     | {AAno:caption}</strong></span>
<td>{ANombreConvocatoria:body}<div class="formClr"></div>{ANombreConvocatoria:validation}</td>
<td>{APremio:body}<div class="formClr"></div>{APremio:validation}</td>
<td>{AAno:body}<div class="formClr"></div>{AAno:validation}</td>
</tr>
</tbody>
</table>
: :
: :
</tbody>
</table>


But just it is a MultiPage Form, and Repeat the same code in all the Form Pages, How can avoid this? and how can I define this Fields Just an Array of Fields in RS FORM PRO.

I hope somebody answer Please.
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!