We're a community of 1.1M IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,080,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Return blank input field with a value help

Hey guys!
Im putting together a drag and drop page where a user will drag an ellement (in this case and printable pdf) over into a print field.
I need blank fields on the right to return either as (void skip this) or with default pdf.
Any ideas?

Here is the page Click Here

1
Contributor
1
Reply
4 Hours
Discussion Span
6 Months Ago
Last Updated
2
Views
Question
Answered
double_cola
Newbie Poster
19 posts since Oct 2012
Reputation Points: 0
Solved Threads: 1
Skill Endorsements: 0

I answered my own questin incase someone needs to know. When validating the form I used

$item= $_POST['itemOrder'];
if( $item == "")
{
    $item= "";
};

If that doesnt make sense feel free to message me and I can help explain.

double_cola
Newbie Poster
19 posts since Oct 2012
Reputation Points: 0
Solved Threads: 1
Skill Endorsements: 0
Question Self-Answered as of 6 Months Ago

This question has already been solved: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page generated in 0.0549 seconds using 2.66MB