I have learned from this forum how to populate a form using the profile page so that a user can edit his entries.
I am using the following code:
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Practice Name</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_2" name="practicename" value="<?php echo {practicename}; ?>" type="text" />
However, I have not found how one codes this in order to repopulate a radiobox, checkbox, dropdown or textarea.
Thanks,
Stan
I am using the following code:
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Practice Name</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_2" name="practicename" value="<?php echo {practicename}; ?>" type="text" />
However, I have not found how one codes this in order to repopulate a radiobox, checkbox, dropdown or textarea.
Thanks,
Stan