172

Product support

Get help in the plugin support forum.

  • Added on Jan 22, 2020
  • Current version: 1.0.12
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • License: Regular / Extended
  • Created by

Categories

This provides easy to use UI and workflows to create and manage surveys/questionnaires. The surveys are secured with a token that protects against multiple submissions from the same user. The surveys are send through to the users using the queue system

You need to configure the queue in your config/queue.php file to your desired drivers and SMTP settings in order to enable succesful delivery of surveys to users.

Assistance and Support

Should you experience difficulties in utilizing this plugin, please contact 'Makgabo Phao. I'll be happy to assist you.

Survey details

The plugin make use of queue and mail drivers to deliver surveys to the users. As a result, you need to configure them before attempting to use it. Firstly, if you have not done so, configure your mail settings using the backend, then later configure the queue to your desired settings. Run the queue with php artisan queue:work --queue=ucollect,default --sleep=3 --tries=3. You may change the queue options to suite your needs as described in the documentation

Supervisor Installation

You may install and configure the supervisor as described in the here. Below is an sample supervisor script.

[program:october-worker]  
process_name=%(program_name)s_%(process_num)02d  
command=php /path/to/artisan queue:work --queue=ucollect,default --sleep=3 --tries=3  
autostart=true  
autorestart=true  
user=daemon  
numprocs=8  
redirect_stderr=true  
stdout_logfile=/path/to/artisan/worker.log

Use Survey Component on the frontend

To you use the survey in the frontend, create a page in the CMS with the url /survey/:id/:token, and then add survey component to the page. And that’s it! It’s just that easy!

1.0.42

Updated table makgabophao_ucollect_survey Pending

Jan 20, 2020

1.0.41

Updated table makgabophao_ucollect_survey Pending

Jan 20, 2020

1.0.40

Updated table makgabophao_ucollect_survey Pending

Jan 20, 2020

1.0.39

Updated table makgabophao_ucollect_survey Pending

Jan 20, 2020

1.0.38

Updated table makgabophao_ucollect_survey_recipient Pending

Jan 20, 2020

1.0.37

Updated table makgabophao_ucollect_question Pending

Jan 20, 2020

1.0.36

Created table makgabophao_ucollect_recievable Pending

Jan 20, 2020

1.0.35

Updated table makgabophao_ucollect_survey_recipient Pending

Jan 20, 2020

1.0.34

Updated table makgabophao_ucollect_response Pending

Jan 20, 2020

1.0.33

Updated table makgabophao_ucollect_message Pending

Jan 20, 2020

1.0.32

Created table makgabophao_ucollect_message Pending

Jan 20, 2020

1.0.31

Updated table makgabophao_ucollect_survey_recipient Pending

Jan 20, 2020

1.0.30

Updated table makgabophao_ucollect_recipient Pending

Jan 20, 2020

1.0.29

Updated table makgabophao_ucollect_survey_recipient Pending

Jan 20, 2020

1.0.28

Updated table makgabophao_ucollect_survey_recipient Pending

Jan 20, 2020

1.0.27

Updated table makgabophao_ucollect_survey_recipient Pending

Jan 20, 2020

1.0.26

Updated table makgabophao_ucollect_survey_recipient Pending

Jan 20, 2020

1.0.25

Updated table makgabophao_ucollect_recipient Pending

Jan 20, 2020

1.0.24

Created table makgabophao_ucollect_survey_recipient Pending

Jan 20, 2020

1.0.23

Updated table makgabophao_ucollect_answer Pending

Jan 20, 2020

1.0.22

Created table makgabophao_ucollect_answer Pending

Jan 20, 2020

1.0.21

Drop table makgabophao_ucollect_answer Pending

Jan 20, 2020

1.0.20

Created table makgabophao_ucollect_response Pending

Jan 20, 2020

1.0.19

Updated table makgabophao_ucollect_recipient Pending

Jan 20, 2020

1.0.18

Updated table makgabophao_ucollect_recipient Pending

Jan 20, 2020

1.0.17

Updated table makgabophao_ucollect_question Pending

Jan 20, 2020

1.0.16

Drop table makgabophao_ucollect_survey_user Pending

Jan 20, 2020

1.0.15

Created table makgabophao_ucollect_survey_user Pending

Jan 20, 2020

1.0.14

Updated table makgabophao_ucollect_recipient_user Pending

Jan 20, 2020

1.0.13

Created table makgabophao_ucollect_recipient_user Pending

Jan 20, 2020

1.0.12

Updated table makgabophao_ucollect_survey_recipient

Jan 20, 2020

1.0.11

Updated table makgabophao_ucollect_question

Jan 20, 2020

1.0.10

Updated table makgabophao_ucollect_recipients

Jan 20, 2020

1.0.9

Created table makgabophao_ucollect_recipients

Jan 20, 2020

1.0.8

Drop table makgabophao_ucollect_receivables

Jan 20, 2020

1.0.7

Updated table makgabophao_ucollect_receivable

Jan 20, 2020

1.0.6

Updated table makgabophao_ucollect_receivable

Jan 20, 2020

1.0.5

Created table makgabophao_ucollect_receivable

Jan 20, 2020

1.0.4

Drop table makgabophao_ucollect_recepient

Jan 20, 2020

1.0.3

Updated table makgabophao_ucollect_recepients

Jan 20, 2020

1.0.2

Created table makgabophao_ucollect_recepients

Jan 20, 2020

1.0.1

Initialize plugin.

Jan 20, 2020