Jump to content

Impressive

Members
  • Posts

    12
  • Joined

Posts posted by Impressive

  1. Is there a way to make a variable document fail (stop) if a rule is not met rather than it just skipping it and going to the next record.

     

    To be a little more specific I used a switch rule with many Protocol numbers. However, in the .csv file one number was not included in the list. Currently it just leaves out that information for the record and goes to the next. Is there a way to have it stop.

     

    Thanks for any help.

  2. I am trying to find the programming for a 2D barcode to pull random sheet counts. We have it working for jobs that have identical sheets counts (e.g. - pulls 2 sheets every time from the pdf file using starting digits of 02 in the 2D barcode). We now have a job where the sheet count ranges from 2 - 4 sheets and in random order - order such as 2-2-2-3-4-3-2-4-4-3.....so we are looking to program the 2d barcode to change based on sheet counts.
  3. I've set up a template on MarcomCentral which is more like a contact form than an actual print product you could order.

     

    I would like to achieve that the client can:

     

    - fill it in (which is working fine)

     

    - download the filled-in file (also possible at present)

     

    - submit his/her order (possible via 'add to basket')

     

    - then the filled-in template should be sent as a PDF to a certain email address. Most products are sent to different places, so that the solution need to be specific for only a few products, not as a general thing.

     

    How can that be set up?

     

    Can anyone advise?

     

    Thanks!

     

     

    Hi Christine,

    We have a client looking for us to develop an Order Form and it appears you may have done something similar? Do you mind sharing how you accomplished this?

    Thank you

    Dave

  4. I am trying to set up a rule that would at most have 4 variables.

    <Description 1>

    <Description 1> and <Description 2>

    <Description 1>, <Description 2> and <Description 3>

    <Description 1>, <Description 2>, <Description 3> and <Description 4>

     

    This would be the 4 options. If it doesn't meet criteria <Description 1> it would go to the next one until it matches the correct output.

     

    Please help!:)

  5. I am not able to get the script to work as suggested. Here is the script I used

    <script type="text/javascript">

    //This needs to match the <input id= of the field that the url is entered in.

     

    var Phone1 = "Phone Number";

    document;getElementByID(Phone1).onblur = alert_box;

    function alert_box ()

    {

    var phoneno = /^\ (? ([0-9] {3})?[-. ]? ([0-9] {3}) [-. ]([0-9] {4})$/;

     

    if(!this.value.match (phoneno) )

    {

    alert ("This is not a valid number. Example: 800-555-1234);

    this.value = " ";

    }

    }

    </script>

     

     

    Also I am attaching my form fields and the note section where I pasted the script.

    Formfield.jpg.7a20bce79d16fa94c74d479df331d112.jpg

    Notesection.jpg.a688992deb9d8f9a11cb6e4ad1944f0c.jpg

×
×
  • Create New...