Insert line above Captcha in Registration Form

Hey,

I couldn’t find anything via google so I am asking which file is reponsible for the captcha in the paypal registration form?
I basically just need to insert a short sentence right above it (in between the heading and the box).

The paypal pro forms php just shows %%captcha%%, so I was wondering where it actually pulls this from.

Cheers

Sure it’s possible, create a custom Pro-form, and you can do (almost) everything in this file.

I do actually use a custom form, however the issue is the following:

In the forms php file, it just says %%captcha%%, which produces the captcha box with a heading above it. I need to insert a line in between this heading and the box, which is why it seems like I need to have a custom file for the file which produces this output.

Tom, right-click on the registration form page and open your browser’s Inspect Element or View Page Source.

Now find the code that has been produced by the %%captcha%% in the form. Copy that code and paste it into your custom form, so that it replaces the %%captcha%%.

Now you can add whatever you like wherever you want it.

1 Like