Jump to content

TrekkieTechie

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by TrekkieTechie

  1. Thanks Wickham. I actually already worked out a version using an IE conditional statement, but was hoping someone might have a bright idea as to why the file input in particular is misbehaving.

     

    I'm doubly irritated because it was all perfect, but while troubleshooting an unrelated issue I had to move the file inputs to a different div. Turned out the issue wasn't placement, so I tried to move them back, and no dice -- I've been kicking myself for not saving a backup of the original version. Oh well.

  2. If you open this link in Firefox, everything looks good. if you open it in Internet Explorer, the file input fields are all off to the left, as though they're (almost) being centered on the left border of their container

    instead of the center of the page. Does anyone have any ideas as to why?

     

    My HTML validates as 4.01 Strict, and my stylesheet validates as CSS 2.1

  3. Hi all,

     

    I am working on a site which interfaces with two different third-party form processors (web-form-buddy for validation and secure data transmission, SendThisFile for large file uploads). In order to achieve the desired effect, it's necessary to have two separate forms on the same page (one, INFO, which goes through web-form-buddy's CGI script, and one, UPLOAD, which copies some data from the INFO form and has file upload fields which goes through SendThisFile's servers).

     

    I currently have a working page which, when you hit the Submit button at the bottom of the page, fires the INFO submission to web-form-buddy and then fires the UPLOAD form to SendThisFile (achieved using this method). If the user correctly inputs all required data, it works like a charm. However, if the INFO form contains errors and fails validation, the UPLOAD form is still submitted.

     

    Is there a way to have the INFO form report back whether or not it was successfully submitted, and only fire the UPLOAD submission if INFO passes its validation?

     

    Thanks in advance for any help/advice.

×
×
  • Create New...