Hi,
Just a quick one - is there a quicker way to reference the default Forms variables in Javascript?
For example: I would like to setup an IF statement based on the current Task/Step Name.
Currently I have setup a Custom HTML Input field which is populated with {/_current_step_name}, I extract the value from the custom field on form load to then drive my IF statement. Ideally I would like to reduce the workload of adding unnecessary Fields if there are declared variables already available.
The variable I would need is {/_current_step_name}.
Thanks in advance!
Dom