• Resolved mugatea

    (@mugatea)


    At the moment I have a reference that appears on the form. It’s not selectable and is above the amount the user wants to donate. I’d prefer to remove that from form completely but the best I can do is just show it as fixed rather than give user a choice as seen in link. my ref is “BDWS supporting Lamont Farm”.

    I would like to remove ref from page but stll have it show on paypal so charity sees that it came from my site, so what I’m asking is how do I remove my ref from form but have it show on paypal?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author fullworks

    (@fullworks)

    css will do that, hid eit for display but still be there

    you can try

    .qpp-style p.input { display: none; }

    Thread Starter mugatea

    (@mugatea)

    Perfect. Thanks so much. Your support has been amazing. It’s now perfect, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to remove reference from form?’ is closed to new replies.