We are building a multi-page form but when it is submitted, we get submission fields for every pagebreak as well. In the submissions manager it just shows "Page 1" "Page 2" etc as empty fields with no data.
Is there a way to prevent those fields from submitting like that? We will have quite a few different fields when we are done and the extra page fields are just adding to an already long form when looking at the submissions.
Or maybe a way to set a default set of fields for the submissions...
The conditional fields are designed to show / hide Free text fields as well, please submit a support ticket so our staff members can investigate this matter properly.
thanks for feedback. Yes, the conditional fields can show or hide a field. But how to determine that the field is required or not? As set in my example:
Question > Are you married? "YES" or "NO"
If the answer "YES" is checked, a text field appears which may be filled in.
-> NOT required
If the answer is "NO" is checked, a text field appears which must be filled in. (required*)
-> YES required
You can install the RSMediaGallery! Responsive Slideshow module, go to Extensions > Modules > Create a new Responsive Slideshow module > choose the desired tags from which you want to retrieve photos, hide the title and assign the RSJuno! Slideshow position.
1. Go to Extensions > Templates > RSJuno! > Logo Options > choose a logo type and a position, let's assume you're using an image on the Top-A position. Then, access your website in the frontend area, inspect the Logo element using your browser inspector and copy the generated HTML code, for example:
Since you can only use a dropdown field to manipulate conditional fields, I would suggest creating a dropdown field whose value is set by a Javascript function. Then you can use it as the conditional test.
So...
Create a dropdown field called Under18 with 2 Items: True and False.
In Under18, go to Attributes > Additional Attributes, put
style="display: none"
This will hide the field from view.
Save
In your birthdate field, go to Attributes > Additional Attributes, put
As the correct amount is not showing I thought I might hide the Total Field and the product field.
But if I do so I am not redirected to the PayPal website
- use a radio group with 2 or 3 selections/items as needed (one for an email textbox, the second one for the other email textbox, and the third one for both textboxes).
- add these email textboxes to your form and make them both required.
- use the conditional fields feature to show/hide your email textboxes based on the radio group choices.
This is an old post, but 5 years later I have the same issue - I use Invisible captcha with hidden label and the (*) is still there. Could you please suggest how I can hide it?
TIA
It shows an icon-user and an icon for published and the word "Published:". What I need is it to display in a blog Article, using the demo as an example:
By: Super User 18 July 2017
In the Article itself, after clicking on it, it doesn't display the author (Super User) but just...
Then you have to create a form with the fields:
*Radio group: Name-answer, Caption-Was this helpful?, Requiered-Yes, Flow-vertical 4 col,
Items-
Yes|Yes
No|No
More|Tell me more
Contact|Contact us
*Textbox: Name-email
*Textbox: Name-reason
*Submit button: Name-Send
*Hidden field: Name-referer, Default value-
//<code>
return $_SERVER;
//</code>
In Extras>Conditional fields:
*Hide(email) if answer is not 'No'
*Hide(reason) if answer is not 'No'
*Show(email) if answer is 'No'
*Show(reason) if...