In Online Express, can I take a checkbox completely off of a donation form?

Options
I'm trying to create a Grateful Patient form where a donor can nominate a caregiver to be a Guardian Angel. My only problem is I have a check mark and some fields that come with it that I don't really need. Anyone have any ideas how I can get rid of them?



Jenny
Tagged:

Comments

  • Matthew Garbarino
    Matthew Garbarino Blackbaud Employee
    Tenth Anniversary Facilitator 3 Photogenic
    Hi Jenny. Can you give me some more info and specifics about what you are trying to accomplish? Some fields on the form are required to complete a donation, others are optional and can be set on the "Extras" step of the form setup.
  • I have added the Tribute fields to my donation form, but I really don't need the additional drop down menus for notifying the honoree, on the Fine Tuning tab. This is a program where most of the time we find the specific nurse or doctor and present them with a gift/note from the patient, so we don't need their address info.
  • Hello Matt??? Are you still there?
  • Matthew Garbarino
    Matthew Garbarino Blackbaud Employee
    Tenth Anniversary Facilitator 3 Photogenic
    Hi Jenny. Currently you can not disable "Please notify the following person of my gift" check box - but we have heard this feedback in the past, and it is something we will take into consideration. Other customers interested in this functionality should be sure to +1 this submission.



    That said, if you are comfortable (or work with someone who is comfortable) adding some custom CSS to the webpage that holds this donation form, you should be able to hide that check box with CSS. This should do the trick:



    .BBFormTributeAcknowledgeContainer {


    display: none !important;


    }
  • Hey Matt,



    Thank you for the reply and the idea on how to solve the issue. I tried to see if I could google and figure out how to use the coding trick, but I have no idea where to insert the new command in the current code. I'm working with our Marketing dept. to see if they can help.



    Jenny
  • Matthew Garbarino
    Matthew Garbarino Blackbaud Employee
    Tenth Anniversary Facilitator 3 Photogenic
    Hey Jenny. If you don't have easy access to your stylesheet, it may be easier to add some styles directly after the embed code for the form - just be sure to add the <style> sections, like this:



    <style>


    &#46;BBFormTributeAcknowledgeContainer {


    display: none !important;


    }


    </style>
  • Matt,



    We tried the trick you mentioned and it worked at first, but when we pasted the code into our webpage creator it put the checkbox back on there. Here is the code we used:
  • Jenny V:
    Matt,



    We tried the trick you mentioned and it worked at first, but when we pasted the code into our webpage creator it put the checkbox back on there. Here is the code we used:
    How can I send you a code example, since I am seeing that mine did not show up?
  • Matthew Garbarino
    Matthew Garbarino Blackbaud Employee
    Tenth Anniversary Facilitator 3 Photogenic
    Jenny V:
    Matt,



    We tried the trick you mentioned and it worked at first, but when we pasted the code into our webpage creator it put the checkbox back on there. Here is the code we used:
    Hi Jenny, I'll follow up with an email for some more details.

Categories