javascript - Gravity Forms - Show link after submission -


i have link set display: none url of file users can download after correct submission of gravity form. things want show link if submission successfull.

the event have found far gform_post_render, triggered each time form loaded, if there error.

any suggestions?

it turns out found appropriate event:

$(document).bind('gform_confirmation_loaded', function() {     //do stuff }); 

Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -