[Pro] annoying little problem may be hard to fix

i feel like even thought his was never a problem before this is related somehow as it is sending them back but also sending email.

Maybe I should just switch back to SEND FORM and see if that is the problem??

"On that same page, apply the Protaculous 2 Action, also include the link to the cookiejar script, and in the DOM Loaded Observer, type the following:

var jar = new CookieJar({path: ‘/’, expires: 86400});
var name = jar.get(‘name’);
if(!!name){
$(‘nameDisplay’).down(‘p’).update(name);
}else{
window.location.href = ‘/index.html’;
}
view rawcookie-read.js hosted with :heart: by GitHub

What this will do is redirect the user back to the index.html page if they haven’t entered their name (assuming of course that index.html is where that happens) so adjust that URL if it’s not correct."


freewaytalk mailing list
email@hidden
Update your subscriptions at: