Expand my Community achievements bar.

agodina
agodina
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I am creating a form that allows users to save attachments to it.  I searched the Discussion threads and found code that accomplished this.  Under the click event of an "Add Attachment" button I have the following JavaScript code:var myDoc = event.target;var sFile = "myFile";myDoc.importDataObject({...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • I have Radio Button group in a form.  The values are 'QUOTE' (value 1) or 'NO QUOTE' (value 2).  The button that is filled is dependent on a number of other fields in the form. The radio buttons initially did work, but after adding the signature verification code, only the 'NO QUOTE' field stays sel...

    Type

    Questions

    Views

    714

    Likes

    0

    Replies

    2
  • I have prepared a form that will do the following (please bear with me for the description):The form opens with a 10-row table.  The user must enter ratings (from 0 to 10) in one of the table's columns.  Once the user enters all ten ratings, he or she must then click a button to enable the rest of t...

    Type

    Questions

    Views

    576

    Likes

    0

    Replies

    1
  • I am trying to get two buttons to disappear after a form is signed.  I am using the following to try to accomplish this by using the following Javascript code under the 'postSign' event:addRemove.addRow.presence="hidden";addRemove.removeRow.presence="hidden";*addRemove is the subform; addRow is butt...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    3
  • I have a form with a dynamic table in which the user is allowed to add and remove rows to it as needed.  The table also has a column on the end of it that will become visible/hidden on the click of a button.  It also performs basic arithmatic (addition & multiplication) needed to calculate prices fo...

    Type

    Questions

    Views

    918

    Likes

    0

    Replies

    2
  • I created a quote form which is has multiple buttons on it.  The buttons perform numerous actions such as adding/removing rows, adding/removing columns, etc.  There is a 'Finalize' button at the bottom of the form that locks all text fields and hides all buttons so that they cannot be edited by the ...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    3
  • Is it possible to resize the width of a column in a table?I currently have a form with a table in it that spans the entire width of the page.  What I want to do is, when a button is clicked, have one of the columns shrink in width so that there is room for a new column to be added to the table.  I h...

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    2
  • Is there a way to scan for all the buttons within a form and render them hidden.  I am creating a form which has multiple buttons on it.  We plan to electronically deliver these forms to the customer but would like the buttons removed before the form is sent.  To accomplish this I have placed a 'Fin...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    5
  • I have a form which has fields in it that are hidden/invisible when the form initializes.  The form also has a button that can make the field appear under certain conditions using the following:form1.Subform1.Subform2.TextField1.presence="visible";But the problem occurs when I try to create a new in...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    3
  • I have created a form that allows users to create custom quotes for our company.  I have completed most of the form with one exception.I am trying to use Add/Remove buttons so that users can customize the 'courtesy copy' section of the letter.  This way, the user can add as many courtesy copy recipi...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    4
Top badges earned by agodina
Customize the badges you want to showcase on your profile