Jump to content

wstsmf

Members
  • Posts

    3
  • Joined

  • Last visited

wstsmf's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thanks. Guess I'll have to move over to the PHP Forum. I don't know a thing about PHP. Do I even have a PHP.ini file? Actually we don't have a PHP engine so Thanks anyway.
  2. Well I've been playing with the <!DOCTYPE> and meta but still not working. <!DOCTYPE HTML> <html><head><meta content="en-us" http-equiv="Content-Language"><meta content="text/html; charset=utf-8" http-equiv="Content-Type"> However I ran this on another computer using IE and it crashed & burned, so is it possible it's not a coding issue? Is it possible it's the old SharePoint 2007?
  3. Hello. I have not created a Form in several years but this is a simple straight forward Form that used to work for me and still does in Firefox and Chrome but not in IE (10 or 11) which we primarily use in our shop. The Form displays fine and accepts input text. Mailto address and Subject inserts fine. Reset and Submit work also. The problem is with the text. It's not inserting the string value or label id on to the email (only for IE). We're all using Windows 7 here with primarily IE. I'm using Microsoft Office SharePoint Designer to code our old MOSS. This has to be an easy fix, please help me. Thanks. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Calendar Form Nightmare</title></head><body> <table style="width: 725px"> <tr> <td> <form id="form1" action="mailto:me@work.com?Subject=Calendar%20Form" method="post" enctype="text/plain"> <h1> Calendar Form</h1> <p> <b>Your Name:</b> <input type="text" name="your name" style="width: 191px"></p> <p> <b>Event/Meeting Date: </b><input type="text" name="event date"></p> <p> <b>Event/Meeting Time:</b> <input type="text" name="event time"></p> <p> <b>Event/Meeting Name:</b> <input type="text" name="event name" style="width: 280px"></p> <p> <b>Event/Meeting Location:</b> <input type="text" name="event location" style="width: 263px"></p> <p> <b>Event/Meeting Audience:</b> <input type="text" name="event audience" style="width: 259px"></p> <p> <b>Additional Information:</b> <input type="text" name="add info" style="width: 525px"> </p> <p><input type="submit" value="Submit"> <input type="reset"></p> </form> </td> </tr> </table></body></html>
×
×
  • Create New...