which add on? I can't find it
Which add-on? None. “Create your own custom field” means you write the custom code yourself or hire a developer. It’s a completely custom solution.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range. the range field give a way to add a list of value, but this is not present in Formidable form.
I tested the Mozilla solution and did not get it to work with Formidable. BTW, you can add any attributes you want to an input field. Navigate to the form's customize HTML page and add list="id" to the input shortcode for your field. It will be available as an input property in the rendered HTML.
[field_name]
[required_label]
[input list="id" ]
[if description][description][/if description]
[if error][error][/if error]
But nothing is. available in the input property
I don't know why it's not working for you. This is the way you add additional properties to an input field. https://formidableforms.com/knowledgebase/customize-html/#sts=Add%20custom%20input%20attributes
Don't forget, in the example you provided from Mozilla, the datalist has an id of "values". When I tested this in my dev environment. I was able to see the tick marks and values, but the field was not formatted correctly.
As an FYI, I would have used radio buttons and would have disguised them as a slider with CSS/jQuery.
My problem is I'm not able to add custom field type because there is always js to add.
Please login or Register to submit your answer