cancel
Showing results for 
Search instead for 
Did you mean: 

Header in iFrame with accept Hosted payment form

Hi All,

 

I have started use of accept hosted form in iFrame. 

Now form is opening perfactly in iFrame lightbox view.

 

Now the thing is i want to add some title to that hosted form like 'Make Payment' or 'Please enter your Credit card details here.' (As shown in example https://developer.authorize.net/api/reference/features/accept_hosted.html).

How to do that ?

 

Thanks in advance

raviparmarce88
Regular Contributor
2 REPLIES 2

Can anyone please suggest on how to add title to the hosted form with accept hosted ?

raviparmarce88
Regular Contributor

Just place the title you would like to have above the iframe. Like:

 

<h2 id="paymentPageTitle">Make Payment</h2>
<iframe id="paymentIframe" class="embed-responsive-item" name="paymentIframe" width="100%" height="700" frameborder="0" scrolling="no">
</iframe>

 

Powered by NexWebSites.com -
Certified Authorize.net developers