How to check participants in at events?How do I batch update a standard custom field for event participants?Can I easily sync/import Facebook Event attendees with a CiviCRM Event participant list?$participant_status_id shows previous value in email templateImporting ParticipantsHow to Create a New Participant ProfileMultiple participant registration not tied to contribution for paid events?Multiple Contact Registration for eventsCiviCRM Events (WP) - error message “this contact has already been assigned to this event”Can I batch update participant role for an event for all contacts registered for an event who have a certain tag?Smart Group Features Extension to Memberships, Events, Contributions, Activities,

Civic overheating and hoses popping

Employers keep telling me my college isn't good enough - is there any way to fix this?

When I press the space bar it deletes the letters after it

How to drill holes in 3/8" thick steel plates?

Why does this potentiometer in an op-amp feedback path cause noise when adjusted?

What's it called when the bad guy gets eaten?

Convert BAM to properly paired FASTQ files

What happened to people in unsafe areas during the Blip?

Why do we need common sense in AI?

What is the measurable difference between dry basil and fresh?

Is "I do not want you to go nowhere" a case of "DOUBLE-NEGATIVES" as claimed by Grammarly?

Why doesn't sea level show seasonality?

Received a dinner invitation through my employer's email, is it ok to attend?

Shortest hex dumping program

How to befriend private nested class

Can Jimmy hang on his rope?

Plotting a function defined by equation without closed form solution

Killing Magic Numbers: "const int" vs "constexpr int" (or is there no difference in the end)

Elf (adjective) vs. Elvish vs. Elven

Short story about Nobel Prize winning scientists that drop out when they realise they were incorrect

Addressing unnecessary daily meetings with manager?

How do we handle pauses in a dialogue?

Should disabled buttons give feedback when clicked?

Integer Lists of Noah



How to check participants in at events?


How do I batch update a standard custom field for event participants?Can I easily sync/import Facebook Event attendees with a CiviCRM Event participant list?$participant_status_id shows previous value in email templateImporting ParticipantsHow to Create a New Participant ProfileMultiple participant registration not tied to contribution for paid events?Multiple Contact Registration for eventsCiviCRM Events (WP) - error message “this contact has already been assigned to this event”Can I batch update participant role for an event for all contacts registered for an event who have a certain tag?Smart Group Features Extension to Memberships, Events, Contributions, Activities,






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















How would you recommend checking in participants (who have previously registered) at events so that those who attended have participant status changed from registered to attended? (And then, likely in a second step, those who didn't show have participant status changed to no-show). This seems so obvious- but I can't find it in the Civi documentation.



My thought is to use an advanced search with event name= [name], role = 'attendee' filters. After people have been checked off names when they come in to the event, use the 'update multiple contacts' feature. I created a profile with the field 'participant status', but it doesn't show up in the 'update multiple contacts' profile drop-down...and I'm wondering if this is even the best way to do this? Non-developer, just a user here. Thanks!










share|improve this question






















  • If you are using Drupal you can build a View and use VBO and then have a list of all Participants, and a checkbox, then you just tick them off, and then when the evening is complete, submit the form and change the Participant Status to Attended - if you are using Drupal I will add this as an Answer

    – petednz - fuzion
    Mar 27 at 1:05

















3















How would you recommend checking in participants (who have previously registered) at events so that those who attended have participant status changed from registered to attended? (And then, likely in a second step, those who didn't show have participant status changed to no-show). This seems so obvious- but I can't find it in the Civi documentation.



My thought is to use an advanced search with event name= [name], role = 'attendee' filters. After people have been checked off names when they come in to the event, use the 'update multiple contacts' feature. I created a profile with the field 'participant status', but it doesn't show up in the 'update multiple contacts' profile drop-down...and I'm wondering if this is even the best way to do this? Non-developer, just a user here. Thanks!










share|improve this question






















  • If you are using Drupal you can build a View and use VBO and then have a list of all Participants, and a checkbox, then you just tick them off, and then when the evening is complete, submit the form and change the Participant Status to Attended - if you are using Drupal I will add this as an Answer

    – petednz - fuzion
    Mar 27 at 1:05













3












3








3








How would you recommend checking in participants (who have previously registered) at events so that those who attended have participant status changed from registered to attended? (And then, likely in a second step, those who didn't show have participant status changed to no-show). This seems so obvious- but I can't find it in the Civi documentation.



My thought is to use an advanced search with event name= [name], role = 'attendee' filters. After people have been checked off names when they come in to the event, use the 'update multiple contacts' feature. I created a profile with the field 'participant status', but it doesn't show up in the 'update multiple contacts' profile drop-down...and I'm wondering if this is even the best way to do this? Non-developer, just a user here. Thanks!










share|improve this question














How would you recommend checking in participants (who have previously registered) at events so that those who attended have participant status changed from registered to attended? (And then, likely in a second step, those who didn't show have participant status changed to no-show). This seems so obvious- but I can't find it in the Civi documentation.



My thought is to use an advanced search with event name= [name], role = 'attendee' filters. After people have been checked off names when they come in to the event, use the 'update multiple contacts' feature. I created a profile with the field 'participant status', but it doesn't show up in the 'update multiple contacts' profile drop-down...and I'm wondering if this is even the best way to do this? Non-developer, just a user here. Thanks!







civievent






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 25 at 20:58









CiviLearnerCiviLearner

676 bronze badges




676 bronze badges












  • If you are using Drupal you can build a View and use VBO and then have a list of all Participants, and a checkbox, then you just tick them off, and then when the evening is complete, submit the form and change the Participant Status to Attended - if you are using Drupal I will add this as an Answer

    – petednz - fuzion
    Mar 27 at 1:05

















  • If you are using Drupal you can build a View and use VBO and then have a list of all Participants, and a checkbox, then you just tick them off, and then when the evening is complete, submit the form and change the Participant Status to Attended - if you are using Drupal I will add this as an Answer

    – petednz - fuzion
    Mar 27 at 1:05
















If you are using Drupal you can build a View and use VBO and then have a list of all Participants, and a checkbox, then you just tick them off, and then when the evening is complete, submit the form and change the Participant Status to Attended - if you are using Drupal I will add this as an Answer

– petednz - fuzion
Mar 27 at 1:05





If you are using Drupal you can build a View and use VBO and then have a list of all Participants, and a checkbox, then you just tick them off, and then when the evening is complete, submit the form and change the Participant Status to Attended - if you are using Drupal I will add this as an Answer

– petednz - fuzion
Mar 27 at 1:05










4 Answers
4






active

oldest

votes


















5














CiviLearner,



You will need to use Find Participant search form to update the status of participant.



Do a search on event name= [name], role = 'attendee' filters, select participant and then from Actions list select 'Update multiple participant'



Or You can use Advance search with same filter but select 'Event Participants' from the 'Display Results As'.



HTH



Pradeep






share|improve this answer






























    4














    If you use Advanced Search, you can change the Display Results As from Contacts to Participants. This will let you update the participant status similarly to doing it through "Manage Events", but with more granularity for who shows up in your list.



    You can also install CiviMobile - the Web Access CiviMobile, not Agiliway's - which has a one-touch phone interface I really like for changing folks from "Registered" to "Attended". Afterward, I use the method I mention above to convert non-attendees to no-shows.






    share|improve this answer






























      2














      I haven't (yet) tried it but have bookmarked the QR Code Checkin extension, which could be used in conjunction with one of the other described "backup" methods for those who didn't take their QR code with them to the event:




      QRCode Checkin allows you to send an email that contains a scanable code to the registered participants for your event.



      Your registration workers can use any freely available QR Code scanning software on their phones to scan the code and open the encoded web address on their browser.



      When they do, they will get the status information about the registration



      With one click, the registration worker can change their status from registered to attended.







      share|improve this answer






























        1














        Answer I got (other suggestions welcomed):



        Navigate to Events > Manage Events


        Scroll to find the event in question, click on the Participants hyperlink to the right-hand side, then select "Connected, Registered, Attended..."



        Select resulting participants, then select "Participant status - change" from the actions drop down menu >






        share|improve this answer

























          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "605"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f29020%2fhow-to-check-participants-in-at-events%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5














          CiviLearner,



          You will need to use Find Participant search form to update the status of participant.



          Do a search on event name= [name], role = 'attendee' filters, select participant and then from Actions list select 'Update multiple participant'



          Or You can use Advance search with same filter but select 'Event Participants' from the 'Display Results As'.



          HTH



          Pradeep






          share|improve this answer



























            5














            CiviLearner,



            You will need to use Find Participant search form to update the status of participant.



            Do a search on event name= [name], role = 'attendee' filters, select participant and then from Actions list select 'Update multiple participant'



            Or You can use Advance search with same filter but select 'Event Participants' from the 'Display Results As'.



            HTH



            Pradeep






            share|improve this answer

























              5












              5








              5







              CiviLearner,



              You will need to use Find Participant search form to update the status of participant.



              Do a search on event name= [name], role = 'attendee' filters, select participant and then from Actions list select 'Update multiple participant'



              Or You can use Advance search with same filter but select 'Event Participants' from the 'Display Results As'.



              HTH



              Pradeep






              share|improve this answer













              CiviLearner,



              You will need to use Find Participant search form to update the status of participant.



              Do a search on event name= [name], role = 'attendee' filters, select participant and then from Actions list select 'Update multiple participant'



              Or You can use Advance search with same filter but select 'Event Participants' from the 'Display Results As'.



              HTH



              Pradeep







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Mar 25 at 21:19









              Pradeep NayakPradeep Nayak

              13.9k1 gold badge6 silver badges24 bronze badges




              13.9k1 gold badge6 silver badges24 bronze badges























                  4














                  If you use Advanced Search, you can change the Display Results As from Contacts to Participants. This will let you update the participant status similarly to doing it through "Manage Events", but with more granularity for who shows up in your list.



                  You can also install CiviMobile - the Web Access CiviMobile, not Agiliway's - which has a one-touch phone interface I really like for changing folks from "Registered" to "Attended". Afterward, I use the method I mention above to convert non-attendees to no-shows.






                  share|improve this answer



























                    4














                    If you use Advanced Search, you can change the Display Results As from Contacts to Participants. This will let you update the participant status similarly to doing it through "Manage Events", but with more granularity for who shows up in your list.



                    You can also install CiviMobile - the Web Access CiviMobile, not Agiliway's - which has a one-touch phone interface I really like for changing folks from "Registered" to "Attended". Afterward, I use the method I mention above to convert non-attendees to no-shows.






                    share|improve this answer

























                      4












                      4








                      4







                      If you use Advanced Search, you can change the Display Results As from Contacts to Participants. This will let you update the participant status similarly to doing it through "Manage Events", but with more granularity for who shows up in your list.



                      You can also install CiviMobile - the Web Access CiviMobile, not Agiliway's - which has a one-touch phone interface I really like for changing folks from "Registered" to "Attended". Afterward, I use the method I mention above to convert non-attendees to no-shows.






                      share|improve this answer













                      If you use Advanced Search, you can change the Display Results As from Contacts to Participants. This will let you update the participant status similarly to doing it through "Manage Events", but with more granularity for who shows up in your list.



                      You can also install CiviMobile - the Web Access CiviMobile, not Agiliway's - which has a one-touch phone interface I really like for changing folks from "Registered" to "Attended". Afterward, I use the method I mention above to convert non-attendees to no-shows.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Mar 25 at 22:39









                      Jon G - Megaphone TechJon G - Megaphone Tech

                      28k1 gold badge20 silver badges78 bronze badges




                      28k1 gold badge20 silver badges78 bronze badges





















                          2














                          I haven't (yet) tried it but have bookmarked the QR Code Checkin extension, which could be used in conjunction with one of the other described "backup" methods for those who didn't take their QR code with them to the event:




                          QRCode Checkin allows you to send an email that contains a scanable code to the registered participants for your event.



                          Your registration workers can use any freely available QR Code scanning software on their phones to scan the code and open the encoded web address on their browser.



                          When they do, they will get the status information about the registration



                          With one click, the registration worker can change their status from registered to attended.







                          share|improve this answer



























                            2














                            I haven't (yet) tried it but have bookmarked the QR Code Checkin extension, which could be used in conjunction with one of the other described "backup" methods for those who didn't take their QR code with them to the event:




                            QRCode Checkin allows you to send an email that contains a scanable code to the registered participants for your event.



                            Your registration workers can use any freely available QR Code scanning software on their phones to scan the code and open the encoded web address on their browser.



                            When they do, they will get the status information about the registration



                            With one click, the registration worker can change their status from registered to attended.







                            share|improve this answer

























                              2












                              2








                              2







                              I haven't (yet) tried it but have bookmarked the QR Code Checkin extension, which could be used in conjunction with one of the other described "backup" methods for those who didn't take their QR code with them to the event:




                              QRCode Checkin allows you to send an email that contains a scanable code to the registered participants for your event.



                              Your registration workers can use any freely available QR Code scanning software on their phones to scan the code and open the encoded web address on their browser.



                              When they do, they will get the status information about the registration



                              With one click, the registration worker can change their status from registered to attended.







                              share|improve this answer













                              I haven't (yet) tried it but have bookmarked the QR Code Checkin extension, which could be used in conjunction with one of the other described "backup" methods for those who didn't take their QR code with them to the event:




                              QRCode Checkin allows you to send an email that contains a scanable code to the registered participants for your event.



                              Your registration workers can use any freely available QR Code scanning software on their phones to scan the code and open the encoded web address on their browser.



                              When they do, they will get the status information about the registration



                              With one click, the registration worker can change their status from registered to attended.








                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Mar 26 at 2:00









                              Laryn - CEDC.orgLaryn - CEDC.org

                              5,8531 gold badge10 silver badges43 bronze badges




                              5,8531 gold badge10 silver badges43 bronze badges





















                                  1














                                  Answer I got (other suggestions welcomed):



                                  Navigate to Events > Manage Events


                                  Scroll to find the event in question, click on the Participants hyperlink to the right-hand side, then select "Connected, Registered, Attended..."



                                  Select resulting participants, then select "Participant status - change" from the actions drop down menu >






                                  share|improve this answer



























                                    1














                                    Answer I got (other suggestions welcomed):



                                    Navigate to Events > Manage Events


                                    Scroll to find the event in question, click on the Participants hyperlink to the right-hand side, then select "Connected, Registered, Attended..."



                                    Select resulting participants, then select "Participant status - change" from the actions drop down menu >






                                    share|improve this answer

























                                      1












                                      1








                                      1







                                      Answer I got (other suggestions welcomed):



                                      Navigate to Events > Manage Events


                                      Scroll to find the event in question, click on the Participants hyperlink to the right-hand side, then select "Connected, Registered, Attended..."



                                      Select resulting participants, then select "Participant status - change" from the actions drop down menu >






                                      share|improve this answer













                                      Answer I got (other suggestions welcomed):



                                      Navigate to Events > Manage Events


                                      Scroll to find the event in question, click on the Participants hyperlink to the right-hand side, then select "Connected, Registered, Attended..."



                                      Select resulting participants, then select "Participant status - change" from the actions drop down menu >







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Mar 25 at 22:15









                                      CiviLearnerCiviLearner

                                      676 bronze badges




                                      676 bronze badges



























                                          draft saved

                                          draft discarded
















































                                          Thanks for contributing an answer to CiviCRM Stack Exchange!


                                          • Please be sure to answer the question. Provide details and share your research!

                                          But avoid


                                          • Asking for help, clarification, or responding to other answers.

                                          • Making statements based on opinion; back them up with references or personal experience.

                                          To learn more, see our tips on writing great answers.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function ()
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f29020%2fhow-to-check-participants-in-at-events%23new-answer', 'question_page');

                                          );

                                          Post as a guest















                                          Required, but never shown





















































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown

































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown







                                          Popular posts from this blog

                                          SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                                          용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

                                          155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해