Hey Adam, I am curious about one thing. That would not work in my case because my forms never make use of that class. Mine consistently use lpeRegForm instead. Are you using the or...
No problem Adam. Any time.BTW... this is how I do it with the URL parameter (if the URL has userId=guest):
if(Mkto.getUrlParam("userId") == "guest"){
$jQ("#_mkt_trk").val...
This is what I do to make the "Clear" button reset the visitor properly
// Use jQuery via $jQ(...)
var $jQ = jQuery.noConflict();
$jQ(document).ready(function(){
// If...
I just realized that there is indeed a way to do what you want using native Forms 2.0 designer features.The option is there on the field editor. Do exactly what you did for the Eve...
Sandy,I actually have a suggestion. Why don't you remove the Yes label and only leave the checkbox there. Since each checkbox would be on the same line as the Descriptive label, it...
Update: see my last entrySandy,I was able to create a page with the same configuration you have on that checkbox and the only way I was able to do what you want was by adding a CSS...
Yana,I think that what happened might be that the four existing leads might have been updated, and not duplicated. Perhaps the message "Existing people imported" is inaccurate. If ...
Sandy,Can you post a link to a page that has this? I can take a quick look and possibly make some suggestions. I am almost positive that if this is not a feature on the form design...