Parsley Remote and Additional Parameters
问题 I am trying to use the remote validator with Parsley and I can't seem to send additional data with the request. The field in question is an email field, and I want to send it to the server to see if the email address is 'available'. In addition, I need to send an id parameter which the server requires. The id parameter is embedded in my form in the 'host' field. So, I have tried using the Parsley DOM API as follows: <input type="text" class="form-control" tabindex="15" id="email" name='email'