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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Building a Pre-formatted Printable Form

Comments

  • Registered Users, Registered Users 2 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, Registered Users 2 Posts: 2,040 ✭✭✭yuloni


    This post has been deleted.


  • Registered Users, Registered Users 2 Posts: 9,060 ✭✭✭Kenny Logins


    Excel is the obvious choice... no?


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


    This post has been deleted.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 9,060 ✭✭✭Kenny Logins


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


  • Registered Users, Registered Users 2 Posts: 10,906 ✭✭✭✭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, Registered Users 2 Posts: 648 ✭✭✭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