Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
That's kind of a broad front-end development question!If by "display" you mean "render in a DIV that's on the same page," then create a single function that you pass a form ID. Then each button calls that function with a different value, for example:(Note: I just typed this co...
This could be done w/3 fields:Subscription Status. Required. Single-valued. Values 'Daily', 'Weekly', or 'None'. This should be a radio button set, b/c radio buttons automatically make it clear that only one current value is allowed.Unsubscribe Reason. Optional. Shown if Subscription Status = 'No...
The answer is Yes, but before I tell you how to do it, are you sure a fieldset is really what you want? Semantically, a fieldset should hold related fields, but it's sort of like a form within a form. The fields aren't necessarily interdependent. Maybe you actually want a radio button set or chec...
document.location.toString().split('?')[0]or (my preference)document.location.href.split('?')[0]
Actually, our bad, do form.addHiddenFieldsnotform.vals
Post a link to your page so I can see the JS console. Hard to know without that.
It's MktoForms2.whenReady (period, not comma).
I don't think I could ever love/hate anyone as much as I love/hate documentation. If you're in a doc groove, I'm jealous.
document.location tho
Another way, without having to maintain a remote service, is to set up a resource lead. This is akin to an account dedicated to a conference room or LCD projector in an Exchange organization. Create a custom score field for # of registrants. Then use a webhook to update that resource lead using ...