Hidden field Value does not show in form

Display row headings in a CF v6 multifield table.

Overview

In CF v6, hidden fields are truly hidden and lack a label property, unlike in v5 where they could be used to display static text.
Use an HTML element within the multifield area and insert a div with the desired text to act as the visible row heading.

Answered
ChronoForms v6
Elita- Elita- 25 May, 2017
Hello, I am not able to recreate the table I created in Chronoforms V5 vith multifields that contain hidden field:
[attachment=108190_20170525153258_form1-jpg.jpg][/attachment]

Hidden field does not show up in V6. Is there any different way to add the row headings?
I tried custom HTML or even Heading possibility - the same - does not appear in the form.
Max_admin Max_admin 27 May, 2017
Hi Elita,

Its "hidden" or "heading" ? there is a header element under the "Extras" section in the designer.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Elita- Elita- 29 May, 2017
its hidden, Max. I was able to create the table you see above with row headings .eg. Nolikums (see first row) in Chronoforms v5 using Multifield and hidden field as row heading where hidden field value was e.g. Nolikums. Now in Chronoforms v6 I cannot replicate this since hidden field is "hidden"🙂 And the problem is that hidden field does not have field "Label" anymore. What would be your suggestions for creating that kind of input table in Chronoforms v6?

[attachment=108190_20170529091343_form8-jpg.jpg][/attachment]
Max_admin Max_admin 29 May, 2017
Answer
Hi Elita,

If you want to have just some text then use the HTML element inside the multi fields area and use this code:

<div class="field">some text</div>


Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Elita- Elita- 29 May, 2017
nice. it works. thanks.
This topic is locked and no more replies can be posted.