form code edits

newuser76

Member
Strange question i know, but with a signup form, can i...

  • autofill the fields over URL parameters
  • hide these form fields
  • make the submit button an image

I appreciate this isn't achievable natively in MW, but i'm trying to do it in the form code itself

Any tips or code snippets would be greatly appreciated!
 
autofill the fields over URL parameters
I think you can do that just fine: i.e: https://demo.mailwizz.com/index.php/lists/gx142334jx0c9/subscribe?EMAIL=a@a.com&FNAME=john&LNAME=doe

hide these form fields
You can only do it from the field settings

make the submit button an image
You can edit the form page for a list and change the button as you wish, see your list's pages area Customer > Lists > List > Pages
 
I can't get the autofill to work on an embedded form on my wordpress site, any suggestions?

I also want to redirect the form after submission, can I do that?
 
Back
Top