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
07-06-2017 01:41 AM
Can anyone please suggest on how to add title to the hosted form with accept hosted ?
07-11-2017 08:06 AM
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>
07-11-2017 09:27 AM - edited 07-11-2017 09:28 AM