Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Disabling a field.

Avatar

Level 1

I created a button and made it a submit to email button. I want this button to be disabled unless the person clicks on the another field (the signature button to indicate that by clicking the button they are inserting their signature). I have no idea how to do this or if it can be done. I am assuming it can be done, but....I am no expert and need help!

3 Replies

Avatar

Level 4

Oke delted the message ;D

Don't think it was much of a help sry...

Avatar

Level 6

Hi,

I made examle for you.

On initilize event of email button i put script which is locks this button:

$.access = "readOnly"

In Sign field on postSign event i put de-lock script:

EmailSubmitButton1.access = ""

Example attached.

BR,

Paul Butenko