"Edit add-in" has no "done" button

I am developing an add-in for non-profits using online express or renxt. However when I attempt to add the tile to a form I get a modal titled “Edit add-in” that has no option to accept/add.

16996e8f397cd91f669efb1d7ebb7f22-huge-im

If I click the “x” the window closes, but the tile is not added to the form. What am I missing?!?

Comments

  • Hi Daniel,

    I just tested this (using both Chrome and Edge) and the edit add-in modal seems to be working correctly. Can you provide any more details? Which browser are you using, do you see any errors in the browser console, etc.? It's possible this was a transient error that has since been resolved, so let us know if you're still seeing the issue.

  • Thanks for the reply Ben, I ended up figuring it out myself yesterday. Even though I couldn't find it stated anywhere in the documentation, you have to send the “authorized” event. Once I added that it inserted into the form as expected.

  • Michael Tims
    Michael Tims Blackbaud Employee
    Seventh Anniversary Kudos 2 Name Dropper Participant

    Hey @Daniel Boggs - just wondering if you were able to find the documentation for the Donation forms extensions points located here under the Donations section?

    That documentation mentions the `authorized` and `cancelled` events. I'm reading over it now, but in my opinion it's not crystal clear that one of those events is required to be called. It just mentions that “We listen for two events…”. So I think we can update that doc to be clear that one of those events are required.

    A tutorial for the Donation forms extension points would certainly help, and it's some work that we're planning to get scheduled in, so be on the lookout for that. Although you may be well on your way to having a Donation form add-in working by then :) Feel free to reach out in the meantime if you have any more questions.

  • Thank you for this. I was just thinking this morning that I had said I figured it out, but didn't provide much/enough detail for someone else to follow.

    Yes, I read that documentation (several times) and, as you suggested, did not get the impression that any events were required. An update there would make things a lot clearer.

    Also, in hindsight I can see WHY they are required too, so the add-in can include configuration/options.

Categories