• 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: Fillable table for answer

Fillable table for answer 5 months 4 weeks ago #43703

Hi there,
I need to make a form which has a table which the user needs to fill out.
Reason for this, I need to ask a lot questions which need multiple customer answers like: How Much Rent Do You Pay *Weekly Amount* *Monthly Amount* *Quarterly Amount*

When I add the following to a free text field, it looks and functions how I want, but when I submit it doesn't pull the content through from the editable fields, is there a field I can add this HTML to which would pull onto the admin email?

<p>How Much Rent Do You Pay:</p>
<table>
<tr><td><div contenteditable>Weekly</div></td><td><div contenteditable>Monthly</div></td></tr>
<tr><td><div contenteditable>Quarterly</div></td></tr>
</table>
The administrator has disabled public write access.

Fillable table for answer 5 months 3 weeks ago #43704

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 630
  • Thank you received: 114
Hello,

If you're looking for displaying your form fields on 3 columns, similar as in what you've described, you can simply use the built-in Grid Layout functionality.

If however creating a table is a must, then you can try to achieve this by disabling the form's Layout Auto-Generate option, found in the Form Properties > Form Layout area, and craft your table HTML structure here. Note that if you add more components to your form, please make sure you add their placeholders in the HTML of the Form Layout tab or else they will not show up on your form at all.
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!