Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing registrant attribute support in signature documents #5518

Closed
1 task done
robotman3000 opened this issue Jul 17, 2023 · 2 comments
Closed
1 task done

Missing registrant attribute support in signature documents #5518

robotman3000 opened this issue Jul 17, 2023 · 2 comments
Labels
Fixed in v15.2 Fixed in v16.0 Topic: Event Registration Related to Rock Event Registration. Type: Bug Confirmed bugs or reports that are very likely to be bugs.

Comments

@robotman3000
Copy link

Please go through all the tasks below

  • Check this box only after you have successfully completed both the above tasks

Please provide a brief description of the problem. Please do not forget to attach the relevant screenshots from your side.

When using the signature document feature of the new obsidian registration block, phone numbers and registrant attributes aren't supported in the signature document template.

Expected Behavior

The template should have all values filled matching what was entered into the registration

Actual Behavior

The template is missing any phone number in a person field and all registrant attributes

Steps to Reproduce

This issue was reproduced using the demo site.

  1. Create a signature document using the following template
<p>Name: {{ Registrant.FirstName }} {{ Registrant.LastName }}</p>
<p>Phone: {{ Registrant.MobilePhone }}</p>
<p>Attribute: {{ Registrant | Attribute:"TestAttr" }}</p>
  1. Create a registration with the following fields
    Screenshot 2023-07-17 at 4 19 25 PM

  2. Ensure you are using the obsidian registration entry block

  3. Complete the registration
    Screenshot 2023-07-17 at 4 21 14 PM


Screenshot 2023-07-17 at 4 21 28 PM

Alisha_Admin_(Signature_Document_Bug_Test_Instance).pdf

Rock Version

1.15.0.6

Client Culture Setting

en-US

@frogydiak
Copy link

Yes, I was trying to create a registration form for an event with Signature Document and depending on the answer, the applicable section in the signature document will be included. For example: A Boolean field "I give my consent to authorize the church to use the photos/video of myself", if the registrant answered Yes, the Photo Release section will appear.

It turned out it is a bug. Thank you for fixing this @robotman3000, hopefully it will be included in 15.2.

@ethan-sparkdevnetwork
Copy link
Contributor

  • Cherry picked PR 5520 to branch hotfix 15.2: 19e6fb0
  • Minor formatting changes: bba98db
  • Refactor Lava merge fields for signature doc templates: 6240cc8
  • Updated template tips on SignatureDocumentTemplateDetail: ef43126

@ethan-sparkdevnetwork ethan-sparkdevnetwork added Type: Bug Confirmed bugs or reports that are very likely to be bugs. Topic: Event Registration Related to Rock Event Registration. Fixed in v16.0 Fixed in v15.2 labels Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in v15.2 Fixed in v16.0 Topic: Event Registration Related to Rock Event Registration. Type: Bug Confirmed bugs or reports that are very likely to be bugs.
Projects
None yet
3 participants