HTML Help
HTML Help Central . com

» Online Users: 86

0 members and 86 guests
No Members online
Most users ever online was 695, 02-16-2011 at 07:01 AM.

» Site Navigation

 > FAQ

» Domains For Sale

Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2013
    Posts
    2

    Help with a form function

    Hello everyone,
    Let me start my stating that I am a newbie to all of this. I am working on the webcast service for my church congregation. We are using a platform called churchonline.org as our access point. The one negative I have to say about the site is that it does not let me keep attendance through it. It will let me put up "slides" in different frames on the site. The slides can me in HTML format. But I have no control over the frames of the site. The slides post where the slides post. I also can not put any files on the site other then in specific predetermined areas for like pics and what not. Having said all that back ground here is my issue.

    I want to create a HTML slide that acts as a form so that people can submit their attendance. The form slide/file I created looks like this.
    <form action="contact.php" method="post">
    Your name
    <input type="text" name="cf_name">
    Select Total number of people viewing at your location:
    <select size="1" name="cf_drop_down">
    <option>1</option>
    <option>2</option>
    <option>3</option>
    <option>4</option>
    <option>5</option>
    <option>6</option>
    <option>7</option>
    <option>8</option>
    <option>9</option>
    <option>10</option>
    <option>10+</option>
    <option>javascript</option>
    </select>
    <input type="submit" value="Send">
    <input type="reset" value="Clear">
    </form>

    The problem with this is that I have no place to up load the php file to actually generate an email back to me with the entered data. Is there a way to place a script to email the info back to me directly in the same HTML file as the form so that it is totally self contained not relying on another file outside the original HTML one. If not, is there another way to do about doing this relatively simply. Thanks in advance for your help

    medman

Similar Threads

  1. How add form field in call function??
    By pakyoungers in forum PHP
    Replies: 8
    Last Post: 03-11-2013, 07:12 AM
  2. Problem sending a form with drop-downs to a JS function
    By Janbur in forum Javascript / AJAX / VBScript
    Replies: 1
    Last Post: 06-12-2006, 06:03 AM
  3. Simple form function
    By foxycoxy in forum Other Languages ( ASP / Perl / Python / TCL / Ruby / ColdFusion / etc)
    Replies: 2
    Last Post: 12-16-2005, 07:17 PM
  4. How do I make a function wait until another function is done before running
    By LokiLoks in forum Javascript / AJAX / VBScript
    Replies: 15
    Last Post: 06-17-2004, 05:38 PM
  5. i want to call a function and submit a form using and image
    By violet in forum HTML / XHTML / XML
    Replies: 1
    Last Post: 07-27-2001, 10:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.1.1