Search found 3 matches

by higherhill
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! ;)
by higherhill
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...
by higherhill
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...