Search found 3 matches
- Sat Jan 10, 2009 9:52 am
- Forum: PHP - Code
- Topic: Post 1 Input to Two Fields - Help!
- Replies: 4
- Views: 221
Re: Post 1 Input to Two Fields - Help!
That worked. You rock! 
- Fri Jan 09, 2009 5:09 pm
- Forum: PHP - Code
- Topic: Post 1 Input to Two Fields - Help!
- Replies: 4
- Views: 221
Re: Post 1 Input to Two Fields - Help!
Let me ask another way by showing code. Here is my form. When it gets submitted, the phone input needs to input there and to another field named Contact0ContactNotes. See code: <form method="POST" action="https://accesshealth.infusionsoft.com/AddForms/processForm.jsp"> <table wid...
- Fri Jan 09, 2009 4:47 pm
- Forum: PHP - Code
- Topic: Post 1 Input to Two Fields - Help!
- Replies: 4
- Views: 221
Post 1 Input to Two Fields - Help!
I am trying to post one input on a form to two field variables: <input type="text" name="Contact0Phone1" value size="30"> To more than one field at the same time: both Contact0Phone1 and Contact0ContactNotes. I need to add what someone enters into the phone field to the...