Turn off field validation for a specific form
I'm working on an invalid email notification system for local Marketo users, so they would be notified if a record with an invalid email address is created and preferably they need to take action and fix it in Marketo otherwise the record gets deleted after 2 weeks (with many reminders). However, in the alert email I send them, I would like to keep the option for them to mark the record "OK for deletion" right away, so if they click on this link they are redirected to an LP created for this purpose.
On the LP, I prefilled the hidden email field from the URL (?Email=example), but here comes the part I couldn't get through:
So these email addresses are mostly broken (eg: asd@@examlpe;;com). This prepopulated value pops up an "invalid input" error message on the page (which it normally should), but in this case, I need these records to "go through" the form submission process and get marked with "OK to be deleted". I tried doing this with lead ID, but submitting the form with the ID alone did not create an activity for the record.
Any ideas how to absolve this or if anyone have a better idea I'm all ears! Thank you a lot!