Input text as watermark

See all posts See thread Reply

Re: Input text as watermark new!
by colin, 14 years, 5 months ago
This is beyond the support that I provide for this class. The scripts input.html and upload.php are just demos, they are not meant to be used as is.

In order to retrieve some text in your form, add an input field, or a text area field. Sanitize the value in the field, and then use it in your code:
$handle->image_text = $my_dynamic_text . "\nMy static text";
Reply