Forums

You are not allowed to access this URL

christian2615 17 Oct, 2008
I am getting this message when submitting the form.

You are not allowed to access this URL

I have read the comments in this forum related to this message to no avail.

I have two other issues that I can't seem to get resolved as well:
1. Emails - Enabled:0, Disabled:1
2. Tables Connected - there is no data in the table (jos_chronoforms_Contact_Us)
3. Setup Emails - I have set up this form several times and the Apply button doesn't click

I am using Joomla 1.5.3 and the latest Chronoforms (v.3), sh404 (which I have turned off to test), and nothing else that should interfere.
Max_admin 17 Oct, 2008
Hi christian2615,

please go to the downloads area here and check the folder Chronoforms Tutorials for how to setup and email tutorial!

show me your form code!

Cheers,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
christian2615 18 Oct, 2008
I have gone through the three pdf tutorials already. I followed the email instruction but it doesn't save.

Here's the code:
<form action="" method="post" enctype="multipart/form-data" name="New_Hire_Submittal" id="new-hire-submittal">
  <table width="500" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="373">First Name*</td>
      <td width="392">Last Name*</td>
    </tr>
    <tr>
      <td><input name="first-name" type="text" id="first-name" size="30" maxlength="30" /></td>
      <td><input name="last-name" type="text" id="last-name" size="30" maxlength="30" /></td>
    </tr>
    <tr>
      <td>Company</td>
      <td>Title</td>
    </tr>
    <tr>
      <td><input name="company" type="text" id="company" size="30" maxlength="30" /></td>
      <td><input name="title" type="text" id="title" size="30" maxlength="30" /></td>
    </tr>
    <tr>
      <td>Phone</td>
      <td>Email*</td>
    </tr>
    <tr>
      <td><input name="phone" type="text" id="phone" size="30" maxlength="30" /></td>
      <td><input name="email" type="text" id="email" size="30" maxlength="30" /></td>
    </tr>
    <tr>
      <td>Skype</td>
      <td>Contact Preference</td>
    </tr>
    <tr>
      <td><input name="skype" type="text" id="skype" size="30" maxlength="30" /></td>
      <td><select name="preference" id="preference">
        <option selected="selected">Please select...</option>
        <option value="Phone">Phone</option>
        <option value="Skype">Skype</option>
        <option value="Email">Email</option>
      </select>      </td>
    </tr>
    <tr>
      <td>Subject*</td>
      <td>How You Found Us</td>
    </tr>
    <tr>
      <td><select name="subject" size="1" id="subject">
          <option selected="selected">Please select...</option>
          <option value="Potential Client">Potential Client</option>
          <option value="Potential Partner">Potential Partner</option>
          <option value="Careers">Careers</option>
          <option value="Press Inquiry">Press Inquiry</option>
          <option value="Provide Feedback">Provide Feedback</option>
          <option value="Other">Other</option>
        </select>
      </td>
      <td><select name="found-us" id="found-us">
        <option selected="selected">Please select...</option>
        <option value="Google">Google</option>
        <option value="Yahoo">Yahoo</option>
        <option value="MSN">MSN</option>
        <option value="Ask">Ask</option>
        <option value="Referral">Referral</option>
        <option value="Other">Other</option>
      </select>
      </td>
    </tr>
    <tr>
      <td>Message*</td>
      <td> </td>
    </tr>
    <tr>
      <td colspan="2"><textarea name="message" id="message" cols="80" rows="5"></textarea></td>
    </tr>
  </table>
  <p>
  <input type="submit" name="submit" id="submit" value="Submit" />
  </p>
</form>
Max_admin 18 Oct, 2008
Hi,

to fix the "You are not allowed to access this URL" problem you will need to remove the <form> and </form> tags from your code.

do you have the email container green or red ?

Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
christian2615 18 Oct, 2008
okay, by taking out <form...></form> it got rid of the message. However, i still have the other problems remaining. The container is green.

Update... that is weird. it works now. the 'apply' button gave no indication that it 'applied'. but i got my test email just fine...

thanks.
This topic is locked and no more replies can be posted.