Method Community

 

Web Forms

Last post 03-14-2013 3:52 AM by andy. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 03-13-2013 10:30 AM

    • andy
    • Top 50 Contributor
    • Joined on 12-10-2012
    • Liverpool, UK
    • Posts 139

    Web Forms

    I've created a Web Form for customer quote requests that will create an actitivty. The priority, status, assigned to and type will all be a set value.

    I have edited the HTML to remove all the options except the one we require but can't remember how to hide the fields from view as the customer does not need to see it. This is the HTML for the priority as an example...

    "<tr>
    <td valign ="top">
    <label for="ActivityPriority_Step3">Activity Priority</label>
    </td>
    <td>
    <select id="ActivityPriority_Step3" name="ActivityPriority_Step3" >
    <option value="1-High">1-High</option>
    </select>
    </td>
    </tr>"


    Andrew Cliff
    Systems Manager
    CS Consult
  • 03-13-2013 11:14 AM In reply to

    • andy
    • Top 50 Contributor
    • Joined on 12-10-2012
    • Liverpool, UK
    • Posts 139

    Re: Web Forms

    OK, I think I can do this by adding the following to the top of the page...

    "<input type="hidden" name="ActivityPriority_Step2" value="2-Medium"/>"

    Andrew Cliff
    Systems Manager
    CS Consult
  • 03-13-2013 1:58 PM In reply to

    Re: Web Forms

    Answer

    Hi Andrew, 

    There is a simpler way to do this right in Method without having to edit the HTML directly. Load the correct Web-form and skip to Step 8 of 9: Edit Field DescriptionThis screen gives you a column with the option to hide/unhide fields. Hope this helps! 

    Jason 

    Need more help? Ask us about Method consulting services

    Jason Masina
    Community Support Specialist
    Method Integration Inc.
    Toll Free: 1.888.925.6238
    Local and overseas: 416.847.0400
    Fax: 416.640.6027
    E-mail: j.masina@methodintegration.com
  • 03-14-2013 3:52 AM In reply to

    • andy
    • Top 50 Contributor
    • Joined on 12-10-2012
    • Liverpool, UK
    • Posts 139

    Re: Web Forms

    Jason,

    fantastic, completely missed those options.

    Many thanks.

    Andrew Cliff
    Systems Manager
    CS Consult
Page 1 of 1 (4 items)