Expand my Community achievements bar.

Making a Text Box Invisible

Avatar

Level 2

Hello,

i was hoping someone could assist me with making a text box invisable (not a text field) after being submitted by email. Or if it is possible to make a Table with a single row containing text invisable when a form is submitted by email or printed. or if anyone has any other idea of how i could make text dissapear using a submit by email button.

Thanks,

Aaron

2 Replies

Avatar

Level 10

on postSubmit event of your email submit button, wirte the following line of code.

Text1.presence = 'hidden';

Nith

Avatar

Level 2

Thanks for the quick response i tried applying that code and it still didn't work. Also i could not find a postsumbit, there is a presubmit but i am guessing that is not what you are talking about.