Edit Other gift designation text display option

Options

Is there a way to edit the text displayed for the ‘Other’ option in the gift designation field of and OLX donation form? Right now our drop down menu lists our two main funds and then ‘Other’ for donors to enter a specific fund into the text box that appears once you select ‘Other’--after enabling the ‘Allow other funds’ option in OLX form builder. We have found that ‘Other’ is too amorphous and would prefer it to read ‘Specify a funding area’.

Tagged:

Comments

  • Alex Wong
    Alex Wong ✭✭✭✭✭
    Ninth Anniversary Facilitator 4 Name Dropper Photogenic

    @Alyssa Feir
    Hi, I don't believe you will be able to update the “Other” selection to something else with OE Donation Form Setup.

    It can be done with a line of JavaScript code:

    $("#bboxdonation_designation_ddDesignations > option:last()").text("Specify a funding area");

    This will require you (or someone in your team) to know some webdev and add this line of jQuery code (if the webpage you embed the form have jQuery library loaded) after the form has loaded.

Categories