pralash
2nd March 2018, 08:20
Hi,

I need to clear the particular form filed when a single field got focused... How can I do this task. Also how can I check whether particular field got focused or not?

Thanks in advance,
Regards,
Pralash

bhushanchanda
4th March 2018, 11:57
Hi Pralash,

You can use predefined variable attr.dorp

e.g.

field.field_name:
before.input:
attr.dorp = 1


1 = Default Value
0 = Previous Value

pralash
5th March 2018, 08:08
Hi Bhushan,

Thanks a lot for your information... The form data is not cleared when the control got focused in the particular filed by using your example....

field.field_name:
before.input:
attr.dorp = 1
Hence is there any other solutions are available to clear the entire form data when the control focused to the particular field please?

Regards,
Pralash