Hi an thanks for your response.
How would I be able to do this as I am using PHP Runner to create my form. Also how would I call the subform (is that what it is??) and how would I set the variables to call it?
Cheers
Search found 10 matches
- Mon Nov 29, 2010 3:54 am
- Forum: PHP - Code
- Topic: Required Fields defined by another field
- Replies: 3
- Views: 143
- Fri Nov 26, 2010 10:09 am
- Forum: PHP - Code
- Topic: Required Fields defined by another field
- Replies: 3
- Views: 143
Required Fields defined by another field
I have a form that has a huge number of fields on it. Well I think it is a huge number of fields. I have been able to set certain fields as required. But the client has now come back and asked that if a certain option is selected from particular dropdowns on the form other boxes will become required...
- Fri Nov 26, 2010 9:52 am
- Forum: PHP - Code
- Topic: Help needed
- Replies: 6
- Views: 93
Re: Help needed
Hi Thank you for you reply and sorry it has been months since I have looked at this. The boss decided that as it was too much work just leave it, But....... Now the client has come back and said they want it changed. In answer to your question the form fields order needs to be changed with certain o...
- Tue Jun 22, 2010 10:33 am
- Forum: PHP - Code
- Topic: Help needed
- Replies: 6
- Views: 93
Re: Help needed
Hi Firstly to the mod - sorry for posting in the wrong place. Secondly thanks for the response. What you have said has gone over my head but I did get the gist. You are suggesting that I enter each form field in as a seperate piece of code rather than looping. It will take ages!!!!! There are 117 en...
- Mon Jun 21, 2010 6:34 am
- Forum: PHP - Code
- Topic: PHP and pass through queries
- Replies: 3
- Views: 123
Re: PHP and pass through queries
Thanks for the replies and sorry for the delay in replying.
Used the mysql_insert_id() and this worked a treat.
Cheers
Used the mysql_insert_id() and this worked a treat.
Cheers
- Mon Jun 21, 2010 6:31 am
- Forum: PHP - Code
- Topic: Help needed
- Replies: 6
- Views: 93
Help needed
I am a complete novice but have managed to write a PHP form (albiet using PHPRunner) to allow sales people to enter their meeting request information and then this is fwd to a MySQL database and then an access db program. I have been requested to change the format of the email that is sent to confir...
- Tue Apr 20, 2010 3:37 pm
- Forum: PHP - Code
- Topic: email beforeadd function
- Replies: 1
- Views: 28
email beforeadd function
Hi I am using a form to allow users to enter meeting requests which are then used by a telemarketing company to run campaigns to target customers at potential client companies to arrange meetings for the users sales team. Each record is added to a MySQL database. When they save the form it creates t...
- Tue Apr 20, 2010 2:20 pm
- Forum: PHP - Code
- Topic: PHP and pass through queries
- Replies: 3
- Views: 123
PHP and pass through queries
Hi guys, Am new at PHP so please bear with me if this is a stupid question but can PHP run a pass through query. If so please can someone help me with this. I have a query with calculates the last number of an autonumber field within a table. I can change the type of query to a passthrough query and...
- Tue Apr 20, 2010 6:10 am
- Forum: PHP - Code
- Topic: email form array that pulls info from database record
- Replies: 3
- Views: 80
Re: email form array that pulls info from database record
Hi Thanks for your reply. Would that mean I have to change the email settings to after event? If that is so how can I be sure that the php would pick up the array of information that was submitted by that user. What I mean is what happens if 2 people submit there information at almost the same time ...
- Tue Apr 20, 2010 2:55 am
- Forum: PHP - Code
- Topic: email form array that pulls info from database record
- Replies: 3
- Views: 80
email form array that pulls info from database record
Hi folks. Newbie here so please bear with me if this is a bit simple for you but is really complicated for me. I have a MySQL database that I have created a web form in php for users to enter information relatnig to a meeting request with specific targets. Each time a record is crated the MySQL data...