[Feature Request] Allow Extending formdata
-
There’s currently a filter to modify the output of the forms.
There’s filters to modify and manage the results SQL also.
The issue is that if you were to modify the form output to add additional fields there’s no filter for appending these to the
formdatavariable found in thesimple-locator.jsfile.It may be possible to add an additional filter to the
$localized_datavariable to localize any additionalformdataand combine the two but this is not built in or easily doable without an additional filter. There may also be an easier way to get around this but simply looping through all the available inputs and adding them toformdatabut I’ll leave that choice up to the developer.
The topic ‘[Feature Request] Allow Extending formdata’ is closed to new replies.