Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Building a Pre-formatted Printable Form

Options

Comments

  • Registered Users Posts: 2,040 ✭✭✭yuloni


    This post has been deleted.


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Condi wrote: »
    This post has been deleted.
    Please don't do that.


  • Registered Users Posts: 2,040 ✭✭✭yuloni


    This post has been deleted.


  • Registered Users Posts: 9,061 ✭✭✭Kenny Logins


    Excel is the obvious choice... no?


  • Registered Users Posts: 2,040 ✭✭✭yuloni


    This post has been deleted.


  • Advertisement
  • Registered Users Posts: 9,061 ✭✭✭Kenny Logins


    Excel can do what you require, and with a little work can look presentable when printed.


  • Registered Users Posts: 10,487 ✭✭✭✭28064212


    Store the data in an SQL database. Write the form page in HTML, and use AJAX to make a call to a server-side language page (e.g. PHP) when a selection is made. The PHP page should query the database, then return the relevant results to the AJAX call, which should populate the rest of the form

    There's plenty of detail-level stuff to fill in, but that's the basic approach

    Boardsie Enhancement Suite - a browser extension to make using Boards on desktop a better experience (includes full-width display, keyboard shortcuts, dark mode, and more). Now available through your browser's extension store.

    Firefox: https://addons.mozilla.org/addon/boardsie-enhancement-suite/

    Chrome/Edge/Opera: https://chromewebstore.google.com/detail/boardsie-enhancement-suit/bbgnmnfagihoohjkofdnofcfmkpdmmce



  • Banned (with Prison Access) Posts: 4,991 ✭✭✭mathepac


    Use FileMaker Pro 11, (or the Advanced version if you wish) it is designed for this kind of stuff. Rdb with easy to use interface, data-modelling and relationship design features, data-validation, auto-entry, default-values and form-design and printing facilities all built in.

    Download a 30-day free trial and see for yourself


  • Registered Users Posts: 644 ✭✭✭Freddio


    jQuery which is javascript made easy now has an autocomplete function for text boxes.

    It also traditionally has ajax so you can populate other form elements based on choices. As other posters have mentioned, you will need a database.

    The end result would be a lot sleeker than an office document.


Advertisement