Commit c46383fe by nadeem.qasmi

redirect and dynamic content issue resolved

parent 03b55586
Pipeline #473 passed with stage
in 0 seconds
...@@ -49,8 +49,7 @@ $categories = get_terms( array( ...@@ -49,8 +49,7 @@ $categories = get_terms( array(
while (have_posts()): while (have_posts()):
the_post(); the_post();
?> ?>
<form name="payserv" id="payserv" method="post" action="https://testpti.payserv <form name="payserv" id="payserv" method="post" action="https://apexlms.vqode.com/thank-you-download/">
.net/webpaymentv2/default.aspx">
<input type="hidden" name="paymentrequest" id="paymentrequest" value="" /> <input type="hidden" name="paymentrequest" id="paymentrequest" value="" />
</form> </form>
<div class="bootstrap-iso"> <div class="bootstrap-iso">
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<div class="thankyou-heading"> <div class="thankyou-heading">
<h2>Kindly check the provided email, You shall soon get a download link for the courses.</h2> <h2><?php echo(get_the_content()); ?></h2>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment