using dynamic text for hidden field....
Hi Jason
I am trying to add dynamic text to a hidden field in a form so that the received email will show that hidden content.  The form is submitting fine but the hidden content is blank....
<form id="activityproblem" name="activityproblem" method="post" action="process-activity.php">
<strong>Please let us know if you think there is an issue with any of the above activities.</strong><br />
<input type="hidden" name="client" value="<?php echo $row_Activities['UserFirstName']; ?>">
<label for="comments">Comments</label>
<textarea name="comments" rows="" cols="" ></textarea>
<input type="submit" name="submit" id="submit" value="Submit" />
</form>
TIA
Jamie


  if i put that form within the repeat region the form it doesnt work...basically it shows multiple forms (as many as there are entries showing from the repeat region) - obviously I have misunderstood something.....  
