Can't Hide a Table

Hiya Everyone

I am using Plumsail forms after using SPForms for many years.

I am trying to do something very simple, hide a table and i just can't get it to work:
This would normally work in SPForms, can anyone help with what I am doing wrong here as I like to start using Plumsail forms.

THanking you in advance!

Hello @Jamal_Smith-Graham!

Thank you for using Plumsail Forms.

Your code needs to be executed under spRendered() Event. So please use the following code to hide the Data Table control.

fd.spRendered(function() {
$('.AlwaysHide').hide();
});

Please also have a look at this article to know more about spRendered() Event.

Thanks Nikita

Worked a treat!

Things have changed quite a bit from SPForms lol

2 Likes

@Jamal_Smith-Graham same to me... some features I still prefer SPForms :sweat_smile: