Shawn, how are you? In the control panel, we made it so the customer first and last name is an editable field, by using the code below. The problem is when these 2 fields are edited, OG does not reflect the changes? Any ideas? Thanks <TABLE><TR><TD> <span class="text">First Name:</span><BR> <INPUT TYPE="text" NAME="First Name" VALUE="[FMP-Field: Customer ID Validation::First Name]" SIZE=15></TD> <TD> <span class="text">Last Name:</span><BR> <INPUT TYPE="text" NAME="Last Name" VALUE="[FMP-Field: Customer ID Validation::Last Name]" SIZE=15> </TD></TR></TABLE>
You would to build your own web interface if you want to be able to pass additional fields to it (modifying the default will not work).
Huh... These are not additional fields, they are already variables that you use in the edit.txt file. We simply made them an input type. All other variables on this file work as an input type. You would think perhaps the most important piece of customer info (first and last name) would be editable? Am I missing something? Thanks Shawn
Right, that's what I'm saying... making them (or any other field) a text field is not going to make it work with the existing system.