cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

IFrame Hosted Accept Profile Button text (hostedProfileReturnUrlText) question

I'm migrating a site from the Old Version Hosted CIM form to the Accept Forms.  I am only concerned with the payment profile management piece. These are hosted in an Iframe and have been working comfortably for years.

 

This problem that I'm having is that the Token is specifying hostedProfileReturnUrlText = "Return to Payment Page" and the button text is 'Continue' ( the documented default).  There has been no change to the token request in my code.

 

Can anyone provide a hint?  Has anyone actually changed the text effectively? 

 

I've looked at the HTML and that text is not bound to the angular scope, but is hard coded like this

 

<button type="button" id="btnContinue" class="btn btn-default mainButtons"

onclick="window.location = &quot;https://ppstest.trackit-software.com/portal.html&quot;;">

Continue

</button>

 

Also, I'd like that button to always appear, rather than to appear only after 'Save' operations.  You know, sort of like it was on the prior version.  Any ideas about that would be helpful.

 

Thanks,

Eric

egbaule
Member
Who Me Too'd this topic