Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Form with unique ID
SOLVE
Contributor
a week ago
how is it possible to create a form that is not change form & field IDs everytime we are editing the landing page?
I'm trying to implement a linkedin Autofill process on my LP but I need form and field IDs to be referenced in my script to make it work.
did anyone experienced the same issue?
thanks
Michael
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
1 Accepted solution
Accepted Solutions
Solution
Recognized Expert | Platinum Partner
Thursday
I'm not sure of a good way of getting the instance id without parsing one of the form's fields
something like
var forAttr = $form.find('input[name="first_name"]').attr('for');
var instanceID = forAttr.split("_")[1];
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content