Since there's no standard in Drupal for using or not <?php...?> on text areas designed to input PHP code, these fields usually includes a note on their description telling if the <?php...?> are (not) needed.
Since the module allows for PHP input in a text area, it would be good if you explain in the field description if the <?php...?> tags are needed or not.
Comments
Comment #1
mautumn commentedFor those, like me, who had trouble finding it...
Its explained at the bottom of the Automatic title generation collapsible group ( at the top of Content Types add/edit form) - under the checkbox Evaluate PHP in pattern.
E.G. to store a pseudo-random UUID as the Title (as per RFC 4122 and courtesy of mimec - http://www.php.net/manual/en/function.uniqid.php#69164) :-
Thanks for this module.
Comment #2
flaviovs commented@michael38walker, thanks for the tip, but this page is specific to tracking the issue at the top of the page, and I fail to see how your tip is related to it.
Please, create a handbook entry under http://drupal.org/node/283830 so that other can refer to your tip when necessary.
Thanks again.
Comment #3
fagoI think it should be fine as it is.
Comment #4
flaviovs commentedFixing status then (please see http://drupal.org/node/156119)