Custom HTML list ID input | Community
Skip to main content
July 20, 2016
Solved

Custom HTML list ID input

  • July 20, 2016
  • 2 replies
  • 2500 views

We're building a pop-up using OptinMonster with custom HTML for the form - not the shortened default embed code.

We've been able to test everything correctly, except how to add those who complete the pop-up to a static list. Below is the code we use to identify the form, but changing "formid" to "listid" doesn't seem to work.

<input type="hidden" name="formid" class="mktoField mktoFieldDescriptor" value="AAA">

Any assistance would be greatly appreciated. Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

That functionality is never part of the form.  Use a Flow with a Filled Out Form trigger. 

2 replies

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
July 20, 2016

That functionality is never part of the form.  Use a Flow with a Filled Out Form trigger. 

SanfordWhiteman
Level 10
July 20, 2016

Also, I don't know what you mean by "shortened."  The embed code results in an HTML <FORM> fragment, just like a primitive form, but also has JavaScript code-behind.