Hi Everyone,
I hope you all are doing well today. You all have been very helpful to me I want to first thank you before I ask for some more help. I am new to any kind of codeing and what I need to know today is, I want to redirect users directly after registration to a "one time offer page" so what i need to know is A. what type of code or script is this? B. Where in this code would I insert this code to have it redirect the user successfully to a OTO. The redirect code is: "<meta HTTP-EQUIV="REFRESH" content="0; url="http://www.mydomain.com/one-time-offer.php">"
The registration page template code Is: " %%TEMPLATE:header_clean%%
%%TEMPLATE:footer_clean%%"
I am not sure where I should place the redirect code i know it should be placed in the <head> but were exacly wuld you place it? Again the re direction code I have is: "<meta HTTP-EQUIV="REFRESH" content="0; url="http://www.mydomain.com/one-time-offer.php">"
Can anyone help?

Thank You,
Tony S