Hi folks,
I am using v5.5.1 and have a question concerning the fields. I would like to add a field "company". I the form I have added the field and named it COMPANY. Can I save this value with "3. profile modification" in the database? How?
-Sebastian
adding field "company" and save it
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
For instance field company (from www.openemm.org):
Code: Select all
<form name="subform" method="post" action="http://www.openemm.org:8080/form.do">
<input type="hidden" name="agnCI" value="1" />
<input type="hidden" name="agnFN" value="subscribe" />
<input type="hidden" name="agnSUBSCRIBE" value="1" />
<input type="hidden" name="agnMAILINGLIST" value="1" />
<input type="text" class="inputtype" name="company" maxlength="80" />
</form>
OpenEMM Maintainer