Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6649101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:44:03+00:00 2026-05-26T00:44:03+00:00

Possible Duplicate: Thanking visitor by name after contact form submision I have the line

  • 0

Possible Duplicate:
Thanking visitor by name after contact form submision

I have the line of codes below on my “Thank you page”

<?php echo $_POST["name"]; ?> Thanks for contacting us

And I want it to get the name value from the form below but when the form is sent, it only shows “Thanks for contacting us” without the visitors name.

<form action="http://www.siteripe.com/cgi-sys/formmail.pl" method="post" enctype="plain/text" id="Contact"> 

<div id="inputfavsite">
    <label>Name</label> <span id="name">

        <input name="Name" type="text" class="quoteboxes" id="Name" />

    <span class="textfieldRequiredMsg">Name is required.</span></span></div>
<!-- End InputFavSite -->
 <div id="inputneed">
     <label>Email </label><span id="sprytextfield6">
     <input name="from" type="text" class="quoteboxes" id="from" />
     <span class="textfieldRequiredMsg">E-mail is required.</span><span class="textfieldInvalidFormatMsg">Opse! your E-mail is wrong.</span></span></div>
 <!-- End InputNeed -->
  <div id="inputbudjet"> <label>Phone </label><span id="sprytextfield7">
  <input name="Phone" type="text" class="quoteboxes" id="Phone" />
  <span class="textfieldRequiredMsg">Phone is required.</span><span class="textfieldInvalidFormatMsg">Opse! your number is wrong..</span></span></div>
  <!-- End InputBudget -->
   <div id="inputtime">
       <label>Subject </label>      <span id="sprytextfield8">

           <input name="Subject" type="text" class="quoteboxes" id="Subject" />

       <span class="textfieldRequiredMsg">Subject is required.</span></span></div>
   <!-- End InputTime -->
 <div id="ccontact"><span id="sprytextarea">
     <textarea name="Message" class="quotemessase" id="Message"></textarea>
     <span class="textareaRequiredMsg">Message is required.</span></span></div><!-- End QuoteButtRight -->
     <div id="contactbttn">
       <input name="sender" type="submit" value="click to send your message" />
     </div><!-- End ContactBttn -->

</div><!-- End QuoteTopRight-->


</div><!-- End QuoteTop -->

       <input type="hidden" name="recipient" value="info@siteripe.com" />
<input type="hidden" name="redirect" value="http://www.siteripe.com/thanks.php" />

</form>

Please help me learn.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:44:04+00:00Added an answer on May 26, 2026 at 12:44 am

    The problem (or at least one of the problems) is that your code is submitting the form to http://www.siteripe.com/cgi-sys/formmail.pl. This is a standard perl script and has nothing to do with your PHP code.

    Please explain how you are accessing your php page and how you expect the form to connect to it.

    One possibility is to change this line:

    <form action="http://www.siteripe.com/cgi-sys/formmail.pl" ...>
    

    To this:

    <form action="http://www.yourdomain.com/yourscript.php" ...>
    

    But then you also have to update the PHP code to send an email based on the form contents. That is beyond the scope of this answer, but you can see complete docs and examples for how to send email in php here: http://php.net/manual/en/function.mail.php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Open Facebook page from Android app? Does the Android Facebook app have
Possible Duplicate: iPad iframe scrollbar problem I have an iframe inside a page and
Possible Duplicate: Modify the URL without reloading the page I just came across this
Possible Duplicate: Haskell - Selectively Adding Lists I have a data type: data Film
Possible Duplicate: Complex CSS selector for parent of active child I have the following
Possible Duplicate: Breaking out of a nested loop I have this code foreach (___)
Possible Duplicate: Parsing text in C Say I have written to a text file
Possible Duplicate: Monotouch or Titanium for rapid application development on IPhone? I have an
Possible Duplicate: Use Visual Studio web.config transform for debugging I have an asp.net application
Possible Duplicate: Windows Program: How to snoop on command line arguments? I am working

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.