pquery Posted December 28, 2007 Share Posted December 28, 2007 I have a function which makes an <ol> based on users selections. The function displays once on the page fine. I want the option to mail out the results and I'm trying to hide the second instance of the ul by calling the function a second time in either a hidden field, a text field or a text area (either of the second two enclosed by a hidden div). I've tried all three and can't seem to get any of them to work. <div id="profile"> <?php profiler(); ?> </div> <form action="craigmail.php" method="POST"> <input type="text" name="craigprofile" value="<?php profileTxt(); ?>"> </div> <p>would you like to send this as a response to a craig's list personal?</p> <input type="submit" value="Click Here" class="buttonSubmit" /> </form> here's the current piece of code that i'm using, but what seems to be happening is it hits the first closing bracket ">" in the code and then makes the rest of the list as normal anyone have any suggestions on how I can pass this through to my mailer page? Quote Link to comment https://forums.phpfreaks.com/topic/83420-passing-a-genereted-ol-to-a-mailer-form-in-a-hidden-field/ Share on other sites More sharing options...
MadTechie Posted December 28, 2007 Share Posted December 28, 2007 this seams to be a CSS/HTML problem not a PHP one Quote Link to comment https://forums.phpfreaks.com/topic/83420-passing-a-genereted-ol-to-a-mailer-form-in-a-hidden-field/#findComment-424406 Share on other sites More sharing options...
pquery Posted December 28, 2007 Author Share Posted December 28, 2007 sorry, close or delete my post then, I've reposted in the HTML forum Quote Link to comment https://forums.phpfreaks.com/topic/83420-passing-a-genereted-ol-to-a-mailer-form-in-a-hidden-field/#findComment-424427 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.