[TYPO3] mailformplus - querystring as value in inputfield

Reinhard Führicht fuehricht at gmx.at
Fri Oct 19 16:19:50 CEST 2007


Hi Brian,

I guess you would like to prefill input fields with value sent as 
GET/POST parameters.

index.php?id=66&subject=Question

In your HTML-Template for Mailformplus you got the marker 
###value_[fieldname]### inserted for the input field.

<input type="text" name="subject" value="###value_subject###" />

Now the subject field should be prefilled, if GET/POST parameter subject 
is set.

Regards,
Reinhard Führicht


Brian Bendtsen wrote:
> Hi
> 
> Is it possible to send a querystring to a mailformplus and let this 
> value be a default value of an input field?
> 
> /Brian Bendtsen


More information about the TYPO3-english mailing list