Jump to content

michaeladewale2010

New Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by michaeladewale2010

  1. i just downloaded this software interspire email marketer to send email campaigns but in the process of sending out email i get to a page where i select the email list i want the email campaign to go to out to. but after i make this selection and click the "Next"button nothig happens. i just click on the button but it doesnt lead to the next page at all. it just remains in the same page.

    this is very frustrating so i did some research and did a "View Page Source"on mozilla and i found this in the code for that button:

     

    <input class="FormButton SubmitButton" type="button" value="Next >>" />
    <input class="FormButton CancelButton" type="button" value="Cancel" />

     

    i'm a noob so i looked up the internet and saw that the code here should look more like this below for the button to function like it should:

     

    <input class="FormButton SubmitButton" type="submit" value="Next >>" />
    <input class="FormButton CancelButton" type="button" value="Cancel" />

     

    my issue however came when i tried to correct this on the webpage code. i downloaded a php editor but it could not locate the page for editing....the page is:

     

    http://naudeyfire.atwebpages.com/marketing/admin/index.php?Page=Send

     

    but the phpeditor does not locate this page...i do not see it when using ftp ...i only see

     

    http://naudeyfire.atwebpages.com/marketing/admin/index.php

     

     

    so my question is two-fold:

    1) is it true that changing that code from "button"to "submit" will enable me to proceed to the next page that the button is supposed to link to?

     

    2) how do i find this exact page in order to correct and update it on the server?

     

    thank you very much ...

     

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.