Hello,
I try to style my tabbed form.
In the first tab i need a "Datetime Picker" and one field for a Number.
How can i create these fields in the Custom Element code?
And how can i change the Field Size?
Thanks for your help.
Jörg
I try to style my tabbed form.
In the first tab i need a "Datetime Picker" and one field for a Number.
How can i create these fields in the Custom Element code?
And how can i change the Field Size?
Thanks for your help.
Jörg
Hi Jörg,
You can use an HTML text input for a number; and a text input with the appropriate class for a date-time picker.
If you create a simple test form using the Wizard you can look at the HTML that is generated by ChronoForms and copy the key parts into your custom code.
Bob
You can use an HTML text input for a number; and a text input with the appropriate class for a date-time picker.
If you create a simple test form using the Wizard you can look at the HTML that is generated by ChronoForms and copy the key parts into your custom code.
Bob
This topic is locked and no more replies can be posted.