Small Tweak - Bootstrap Form Generator - unnecessary non-user inputs

Hi Wappler Team,
Could the Bootstrap form generator be tweaked to ignore the non-user inputs from being ‘imported’ into the form? For example $_SERVER or $_SESSION parameters set in a Server Action are included in the table when running the generator - they will never (as far as I know) require a corresponding input in a form so it generates unnecessary work to remove them each time it is run.

The Method parameter is set on a form before using the BS4 generator so surely it should only look at the GET/POST parameters in SC according to the Method that has been set?

e.g.

in this example clientip is a SESSION variable and the next 4 are SERVER variables. The status is a GET variable whereas the rest will be POST. The form I am generating was set to POST so it should only draw the POST variables from SC ignoring all others (including the itemstatus which was set to GET)

This has been fixed in Wappler 3.7.2

1 Like

This topic was automatically closed after 46 hours. New replies are no longer allowed.