Help! Cannot find source html page

Discussion in 'Troubleshooting' started by absolutelv, Feb 27, 2011.

  1. absolutelv

    absolutelv New Member

    Joined:
    Dec 14, 2006
    Messages:
    9
    I've spent hours (in double digits) trying to find out how to make a simple edit change to our signup page. I need to change something in the signup toward end "Include Tenant Screening..." to say something else. When I go to the template directory and find signup.html the template does not show this portion of the signup form, just some of it (mind boggling) When I view the source code of the signup form (below) I can see it all there. Can someone help me find out where I can edit this part of the page (where the heck is this file feeding from) so I can edit "Include Tenant Screening in my Membership.." (it must be feeding into the signup.php page from somewhere)

    https://www.myrentaldesk.com/securemembership/signup.php

    I just copied all the view source code into a html file and named it something else and it works fine, but it needs to be connected to the signup.php file. Obviously I'm not a web or php developer beyond simple stuff.

    Your help is greatly apprecited!
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
  3. absolutelv

    absolutelv New Member

    Joined:
    Dec 14, 2006
    Messages:
    9
    Thanks for trying to assist

    I started to think I knew what to do but when I went back to the server that holds the amember files I remembered that we don't have an "amember" directory. Instead we have securemembership/templates and in that directory is a signup.html but the page that is there is not the same page that is being displayed at our site:

    https://www.myrentaldesk.com/securemembership/signup.php

    It differs in that there are about 5 or so more rows to the registration form missing on the signup.html page so it has to be feeding in from some other .html page to produce the output of the complete registration form that appears at

    https://www.myrentaldesk.com/securemembership/signup.php

    I need to edit some of the information that is missing on the signup.html and have checked every single .html document in the directories throughout and cannot find what the source document is? I don't know what to do. Any next steps you'd suggest for troubleshooting?

    Thanks so much!
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    What rows are missing?
    You can also edit the language file - amember/language/en.php
    but you should make a custom language file so changes dont get overwritten with an update.

    David

Share This Page