Aha I just noticed that I can actually select and change the input during loading and then when the page is loaded it seems to be unable to select. Perhaps it’s a minification issue or something like that. Update: I don’t think it’s a minification thing. I just disabled all of that and it still didn’t work.
Actually I just saw I got an error:
Uncaught TypeError: Cannot read property 'on' of undefined
at HTMLDocument.cf_jsfields_init (wp-content-plugins-caldera-forms-assets-build-js-caldera-forms-front.min-1.5.0.6.js:4)
at HTMLDocument.dispatch (wp-includes-js-jquery-jquery-1.12.4.js:3)
at HTMLDocument.r.handle (wp-includes-js-jquery-jquery-1.12.4.js:3)
at Object.trigger (wp-includes-js-jquery-jquery-1.12.4.js:3)
at Object.a.event.trigger (wp-includes-js-jquery-jquery-migrate.min-1.4.1.js:2)
at HTMLSpanElement.<anonymous> (wp-includes-js-jquery-jquery-1.12.4.js:3)
at Function.each (wp-includes-js-jquery-jquery-1.12.4.js:2)
at a.fn.init.each (wp-includes-js-jquery-jquery-1.12.4.js:2)
at a.fn.init.trigger (wp-includes-js-jquery-jquery-1.12.4.js:3)
at calders_forms_check_conditions (wp-content-plugins-caldera-forms-assets-build-js-conditionals.min-1.5.0.6.js:1)
It seems to be again this parsley thing. Ill check other topics.