Hi, I use miva to process the forms on my website, save the data in a txt file and email me the info. Once this is done I want to send the person to a "success page" so they know the form was sent successfully.
How would I open a page called: http://www.mywebsite.com/success.php
I looked into MV CALL ACTION but it's not working. It was working when it was an HTML page but now that I changed it to a PHP page it's not. Please help... This is what I had that was working with the HTML page... Only thing I changed was the .html to .php
Yes, if I enter the URL in my browser it does load the page so my website is processing php files properly.
Thanks!
<MvASSIGN NAME="url" VALUE="http://www.mywebsite.com/success.html">
<MvCALL ACTION="&[url];" METHOD="GET">
<MvIF EXPR="{callobjecttype EQ 'tag' AND toupper(callobjectelement)
EQ '/HEAD'}">
<MvEVAL EXPR="<BASE HREF='&[url];'>">
</MvIF>
<MvEVAL EXPR="{callvalue}">
</MvCALL>
I don't understand that when I change the .html to .php it stops working.
If there is ANY OTHER way in miva to open a URL I am willing to try that.
How would I open a page called: http://www.mywebsite.com/success.php
I looked into MV CALL ACTION but it's not working. It was working when it was an HTML page but now that I changed it to a PHP page it's not. Please help... This is what I had that was working with the HTML page... Only thing I changed was the .html to .php
Yes, if I enter the URL in my browser it does load the page so my website is processing php files properly.
Thanks!
<MvASSIGN NAME="url" VALUE="http://www.mywebsite.com/success.html">
<MvCALL ACTION="&[url];" METHOD="GET">
<MvIF EXPR="{callobjecttype EQ 'tag' AND toupper(callobjectelement)
EQ '/HEAD'}">
<MvEVAL EXPR="<BASE HREF='&[url];'>">
</MvIF>
<MvEVAL EXPR="{callvalue}">
</MvCALL>
I don't understand that when I change the .html to .php it stops working.
If there is ANY OTHER way in miva to open a URL I am willing to try that.
Comment