Home › Forums › Quform WordPress › Get cookie variable and send on notification email for admin
Hi,
I have a cookie variable defined with js-cookie (https://github.com/js-cookie/js-cookie) and I need the value of this variable to be sent on the admin notification email.
Defining variable: if( !Cookies.get('origem') ){ Cookies.set('origem', window.location.href); }
if( !Cookies.get('origem') ){ Cookies.set('origem', window.location.href); }
Can you possible help please?
Thank you, João Neves
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Hi Ally,
Thank you for your reply. In the meantime I found a solution after researching a bit more and it’s like you replied, using the custom JS field.
Have a great day and congratulations for such a great form plugin, it’s a life saver!
Best Regards, João Neves