[ad_1]
Hello @pankakmehla
Thank you very much for using our plugin. Yes, that’s possible and very easy.
Please follow the steps below. Press the “Advanced Settings” tab in the “HTML Content” field settings, and enter the CSS rule display with none as its value.
Assuming the HTML Content field is the fieldname123 (you should use the field’s name on your form), you can call the SHOWFIELD operation from the onclick event in the button field.
Select the button field and enter the following piece of code through its “Onclick event” attribute:
SHOWFIELD('fieldname123', this.form);Best regards.
