Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

ndjustin20
ndjustin20
Offline
  • I am looking to create a button that will save a button and append the data from a field to it when I save it.  So it would be a click event in javascript and inside the "saveFile" information would append TextField1 and "some text I make up" which would create the saved file name.

    Type

    Questions

    Views

    3.4K

    Likes

    0

    Replies

    14
  • Greetings Nith,Here is the form and now I am running into another problem.  I still need to figure out how to update the form with a script but more importantly I want the following code to work but for the life of me can't get it to run at all.  I am basically wanting to take the total of the rent ...

    Type

    Questions

    Views

    337

    Likes

    0

    Replies

    0
  • Ok I am doing something wrong and can't figure it out.  I am using the below code inside the psf field of my form to divide two different numeric fields and for the life of me I can't figure out why it isn't working.  I'm assuming it is something simple.  I have uploaded the form.  Please take a loo...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    1
  • Hello Nith,Yes the code works great and has been very helpful.  The only piece of the puzzle I am missing now is the update/refresh script I would like to write to make the form update after someone changes their mind on an option so the required red box goes away.

    Type

    Questions

    Views

    314

    Likes

    0

    Replies

    0
  • Good Afternoon Everyone!!!!!!I have a question that is probably pretty simple I am guessing  i am using the following code if a user selects yes from the radio button options "yes" or "no" and yes = 1 which makes other fields required and no = 2  and those fields are no longer required.<event activi...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    4
  • Thank you everyone for your input I really appreciate it!!!!!  Here is what I ended up using:<event activity="click" name="event__click"><script contentType="application/x-javascript">if (RadioLocation.rawValue == "1") {if (DropDownList2.isNull) {DropDownList2.mandatory = "error";}}if (RadioLocation...

    Type

    Questions

    Views

    209

    Likes

    0

    Replies

    0
  • I would like to know if there is a way to change the user entered-required property of an object dynamically.  i want to say something like:if(radioButton1 == "1"){objectPropertyRequired = "Required";}//end ifAny help is greatly appreciated.Justin

    Type

    Questions

    Views

    893

    Likes

    0

    Replies

    3
  • Good Morning Steve, I took a look through your code and example and really appreciate the advice!!!  The only problem that remains is two fold.  Right now if you select yes and don't click on the drop down you can totally bypass the code altogether plus I can submit or print the form without the nec...

    Type

    Questions

    Views

    190

    Likes

    0

    Replies

    0
  • I am trying to figure out how to code a field to become required when a user selects a radio button or something from a drop down list.  what I am trying to do really is figure out how I can setup a variable inside the required syntax and figure out where the required syntax actually is inside say a...

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    2
  • THAT WAS PERFECT!!!!!!!!!!!!!  Your example helped perfectly.  I see how the function is called and how it is setup which helps greatly and where to place the function.  I don't have a complete understanding by no means but you showing me how to structure it and the placement helped me create a seco...

    Type

    Questions

    Views

    220

    Likes

    0

    Replies

    0
Top badges earned by ndjustin20
Customize the badges you want to showcase on your profile