Chuck M

Results 1 comments of Chuck M

Need to check that the form parameters that you add are not null ``` params.push( { parameterName: 'PaameterName', data: myField ? myField : '' } ); ```