Forum Replies Created
- AuthorPosts
desseily
ParticipantThis is an internal website. So you cannot get to it. I too a pic of how they come up initially. The form has fields that only come up when another field changes value. IF I resize the browser. It will display fine. Thank you.
Attachments:
You must be logged in to view attached files.desseily
ParticipantI got it working, thanks for you help. I have another question. Now That I can populate a form based on one field. How can I pass the field from one form to the other. I have a search form that the user will input an id. I want to pass the id to my larger form and lookup the id to fill in the form data.
desseily
ParticipantIt’s not working. Do I need to do anything in the form? When I added this code the page loads, but not the form.
desseily
Participantsomething similar to this.
foreach($start as $key=>$value) {
echo ‘line ‘. $key.’/’. $value.'<br>’;
}
}desseily
ParticipantIf you have the fields as as date value in your form, then the result is an array. Use a foreach statement to get year, month and day
desseily
ParticipantThis is the results
line iphorm_2_354/test
line iphorm_2_355/test1
line iphorm_2_356/1111111111
line iphorm_2_368/this is a test
line iphorm_2_3/Setup
line iphorm_2_340/Transferee knows exact date
line iphorm_2_6/Array
month => 11
day => 29
year => 2013desseily
ParticipantOnly the iphorm ID and the data is stored. you cannot get the label name. The $form is not the same as if it was used in a post.
desseily
Participantlawrencepepper, how did you do that? can you share?
desseily
ParticipantThis code is not working. Doesn’t know what $form is. I just get a blank screen.
desseily
ParticipantThanks. I’m still having trouble get the elements out of session with a foreach statement.
desseily
ParticipantI posted this question on the post you suggested. I need the data for the redirect page. possibly using a session, but how do I get the data out of the session using the foreach?
desseily
ParticipantI would like to use a session to store the data, then use a wordpress page to retrieve it. because I also want to add to a database and create a PDF.
desseily
ParticipantThis will create a post page in word press. It does not redirect to the post after the form is submitted. But this is what I have in mind when the form is submitted.
- AuthorPosts