I need some help to put a simple php tag in this code
$return.="<form method='post' action='#'><input type='submit' value=''><input type='hidden' name='task'></form>";
I need to put the php – <?php echo $htmlString; ?> – in the first input tag
Can somebody help please?
Thanks
If you want to insert it as value to submit button here is the solution.
Update:
Use the following code: as you want to use the variable CbText::_(‘CONFIRM’).