Daniel Aschauer
Currently a date field generates an html input of type='text'. However I want a real date input - that is an input with type='date'. Is this somehow hookable, or do I have to create my own field? As described in "Add a new field"? Thanks, Daniel
I have created a form in my development environment and now I want to import it into my live site. However this does always change the involved IDs (e.g. of fields). That results in conditional not working and moreover my custom verification code has to be re-written everytime because as far as I know I can only use the fields' IDs for it? Does anyone have an idea how syncing between development and productive installation can/should work?