[TYPO3] FELogin/FEUser-Register and Disclaimers?

Niels Fröhling niels.froehling at adsignum.com
Thu Sep 18 11:06:11 CEST 2008


> And this template-code:
>
> <p style="margin-top: 20px"><em>This template is the response page when 
> the user confirms his subscription(with disclaimer-agreement, prefixing 
> autologin or aprove).</em></p>
> <!-- ###TEMPLATE_SETFIXED_AGREE### begin -->
> <form method="post" action="">
> <input type="checkbox" id="tx-srfeuserregister-pi1-agree" name="agree" 
> value="yes" />
> <label for="tx-srfeuserregister-pi1-agree">###LABEL_IAGREE###</label><br />
> <input type="submit" name="submit" value="###LABEL_BUTTON_ENTER###" />
> </form>
> <!-- ###TEMPLATE_SETFIXED_AGREE### end-->
This minimalistic variant would suffice, if the confirmation-PID points 
to a seperate page and the disclaimer is put above the plugin. It would 
ease custom-disclaimer creation (editing locallang is not for everyone) 
and prevents poluting the locallang with a "standard" disclaimer type 
which probably anyway would be dropped.

It does not cover cases like "How old are you? [Select]", but you could 
re-express it to "Yes, I am older than 13" and it would work out of the box.
Or in a crude way like:

Age:
<select name="agree">
  ...
  <option value="no">12</option>
  <option value="yes">13</option>
  ...
</select>



More information about the TYPO3-english mailing list