Hi all,
I have a form that is located at /admin/process/RANDOMSTRING that contains the following code.
{embed="site/_header"}
<h2>Process Loan</h2>
<p><br />
{exp:weblog:entries weblog="applications" status="not 56" limit="1"}<br />
{exp:weblog:entry_form weblog="applications" return="admin" preview="admin/process" entry_id="{entry_id}"}<br />
<table><br />
<tr><br />
<td></p>
<p>Confirmation Number - {entry_id}</p>
<p><input type="text" name="title" id="title" value="{title}" size="50" maxlength="100" disabled/></p></p>
<p>{status_menu}<br />
Loan Status</p>
<p><select name="status"><br />
{select_options}<br />
</select></p>
<p>{/status_menu}</p>
<p>{if screen_name !="Submit"}<br />
Submitted by Broker {author}<br />
{/if}</p>
<p><br />
<input type="hidden" name="url_title" id='url_title' value="{url_title}" maxlength="75" size="50" /></p>
<h2>Applicant Information</h2>
<p><div class="formFill"><br />
<label for="first_name">First Name:</label><br />
<input type="text" name="field_id_5" id="field_id_5" value="{field_id_5}" /><br />
<input type="hidden" name="field_ft_5" value="none" /></p>
<p><br />
...</p>
<p><br />
<label for="hear_about_us">How did you hear about us?</label><br />
<input type="text" name="field_id_29" value="{field_id_29}" id="field_id_29"><br />
<input type="hidden" name="field_ft_29" value="none" /><br />
</div><!-- /formfill --><br />
<input type="submit" value="Submit" class="submit" id="submit"></p>
<p><br />
</td><br />
</tr><br />
</table></p>
<p>{/exp:weblog:entry_form}<br />
{/exp:weblog:entries}And the problem I am having is rather than edit the existing entry, of which the proper entry_id is being displayed next to the confirmation number at the top of the form, it creates a new entry with all of that information.
Its late, can someone see where I have gone wrong?
Thanks
-Lee