Announcement

Collapse
No announcement yet.

Forms-Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Forms-Help

    I want to create two pages with forms in which;

    1. Visitors can enter information to purchase services and pay via
    credit card etc. and,

    How do I create forms that link purchases for membership page link?

    2. A map page, where they can link to Yahoo! Maps.

    Yahoo provides Map URL example as follows;

    Map for this example address: 2030 Main St. Glastonbury, CT 06033
    (English U.S. site):

    http://us.rd.yahoo.com/maps/us/inser.../*-http://maps.
    yahoo.com/maps_result?
    addr=2030+main+st
    &csz=glastonbury%2C+ct+06033&country=us

    The form I would create would be for the person to enter address and go
    directly to the mapped result in Yahoo!

    How do I create the form to make this work?

  • #2
    1. The best bet is to use PayPal. Click on Merchant Tools under your Paypal account, should tell you everything you need to know..

    2. The link for your driving directions is:



    Just use the following code anywhere in your site:
    Code:
    <a href="http://us.rd.yahoo.com/maps/mapresults/dd_to/*-http://maps.yahoo.com/dd?ed=Fa0Dc_960Sz8AaMgvc9eu6CnG3tBUxyOLu29BDMYDOsrv6K2MHOiFD8vVkmUa.AiMYsL&tname=&tcsz=Glastonbury%2C+CT+06033-2901&tcountry=US&tdesc=">Get Driving Directions Here!</a>
    [/code]

    Comment

    Working...
    X