Hi
I am using the pro version. I created a form under the Paypal pro forms / free registration forms.
I have some custom fields created. when viewed in a browser the header for the custom fields reads “Additional info”. How can I change this text?
Thankyou
Paul M
Changing custom field header text
Thanks I am having no problem with text that contains no quotes but if i try and translate - Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time. the apostrophe in the word we’ll couses an error. i tried escaping it like we’ll stopped the error but the translation did not work
Here is the code:
if($original === 'Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time. ')
$translated = ‘Charity registration’;
Try using double-quotes ""
on the outside? That works for me sometimes though I haven’t used it in this particular situation.