therealLucasPaul / ORSEE_Test

0 stars 0 forks source link

Subscriptions field in participant profile form removable? #47

Closed therealLucasPaul closed 5 months ago

therealLucasPaul commented 9 years ago

Is it possible remove subscriptions from the participant profile template? Or have it checked by default?

therealLucasPaul commented 9 years ago

Author: expeconMDXL (E-Mail: ) Is it possible remove "subscriptions" from the participant profile template? Or have it checked by default?

therealLucasPaul commented 9 years ago

Author: ben (E-Mail: ) The subscription field is compulsory in the profile form. The idea is that participants make a deliberate choice to enrol for getting invitations to (particular types of) experiments.

However, you could replace the #subscriptions# field in the participant form template by {{ <INPUT type="hidden" name="subscriptions[1]" value="1"> }} Then, the subscription checkboxes will not be show, and your participants will be automatically enroled in experiment type with ID 1.