Fatal error: Call to a member function getLayout() on a non-object in

  • Author
    Posts
  • #3480
    Barry

    i have used the custom html  option to add a web form from vtiger to generate leads i used the source button with the code below, but i am getting a error listed in the topic title. please advise best solution.

    <form name=”ecobay leads” action=”http://localhost:8888/modules/Webforms/capture.php&#8221; method=”post” accept-charset=”utf-8″>
    <p>
    <input type=”hidden” name=”publicid” value=”909d1b56bcee5ffbfb0185a4127e5a76″></input>
    <input type=”hidden” name=”name” value=”ecobay leads”></input>
    </p>

    <p>
    <label>First Name</label>
    <input type=”text” value=”” name=”firstname”  required=”true”></input>
    </p>
    <p>
    <label>Last Name</label>
    <input type=”text” value=”” name=”lastname”  required=”true”></input>
    </p>
    <p>
    <label>Email</label>
    <input type=”text” value=”” name=”email”  required=”true”></input>
    </p>
    <p>
    <input type=”submit” value=”Submit” ></input>
    </p>
    </form>

Viewing 1 post (of 1 total)

The topic ‘Fatal error: Call to a member function getLayout() on a non-object in’ is closed to new replies.