• Hi,
    I have a custom form, which uses the post method to populate another form. It was working well until recently it stopped collecting leads in the database and emailing the form data?
    I thought it may have been due to updating of wordpress, currently running on 5.0.3 and the plugin hasn’t been testing for this version?? I did try rolling back my wordpress version, however I still could not resolve the issue.
    Any suggestions on whaat I could try??

Viewing 1 replies (of 1 total)
  • Hi @jemk123

    Thank you for contacting Icegram Support. Hope you are doing great. ??

    I tested Rainmaker with the following code with WordPress version 5.0.3 and Rainmaker Version 0.37 and it seems to be working fine for me.

    <form>
      First name:<br>
      <input type="text" name="fname" required>
      <br>
      Email:<br>
      <input type="text" name="email" required>
      <br><br>
      <input type="submit" value="Submit">
    </form> 

    Can you share the code you are using so that I may check it and give you a resolution?

    Best,
    Aditya Shah

Viewing 1 replies (of 1 total)
  • The topic ‘Custom form not capturing leads’ is closed to new replies.