If a field is required, it is mandatory to register?  Doesn't just... What am I doing wrong?

I have my form fields that I must have filled by Participant 1, but only if we have not filled the field already during before filling.

If I set "Select Participant" "Participant 1", is not available for filling above all. "   The customer MUST fill out themselves.

If I set to "Anyone" and check "Required" on the ground, before filling HAVE to fill.  It is required before we can even send the form for signature.

If I set to "Anyone" and not necessary, the customer is not to fill it even if we don't have either.

SO - is there a way to make a mandatory field for 1 participant, if not already filled by register?


I tried to knit arounds like copying the fields and the harsh conditions - show this if it is equal to... etc.  or "hide if field-x is equal to...» "- but hide don't really"hide"field - it leaves a hole in the document.  IE - hidden, it shows no what is underneath - it is just a white block. 



Anyone have a work around? 



Thanks for any help!

Hi Mascord,

The two conditions "Required" and "Someone" or "Register" cannot operate simultaneously.

As directed by your workflow you can assign the role of one of the fields of form as the 'Sign up' and the other 'anyone' without making them "Required".

Kind regards

Rave

Tags: Adobe Sign

Similar Questions

  • Importing data to a text field - what am I doing wrong?

    I was pulling my hair out over this for half the weekend

    My ultimate goal is to read a date stored in a text file and display it in a text on my PDF page field.

    However, I'm currently stuck at the point simply import the pure text (without reformatting the date format, I want in the end).

    The text in my text file is simply a list of dates (I want to print the first in the list). Read about the function importTextdata, I added a header line with the name of text field - then the content of my text file looks like this:

    LastSyncDate

    12:17:53.54 10/09/2012

    14:23:45.32 10/04/2012

    23/07/2012 12:46:35.51

    Never

    I understand that the importTextData command is a privileged function, so I wrote a script from folder level to read the text file and store the text in a variable, which is then assigned to the text box.

    I then called the confidence function to the Document Script of the page level:

    Script folder level:

    LastSyncCalc3 = app.trustedFunction (function()

    {

    app.beginPriv ();

    var LastSync3 = importTextData ("/ C/sync/bin/LastSyncTest.txt", 0);

    this.getField("LastSyncDate").value = Lastsync3;

    app.endPriv ();

    }

    );

    Script level document:

    LastSyncCalc3();

    Execution of this displays the following errors in the console:

    importTextData is not defined

    4:document - level: SyncDate

    ReferenceError: importTextData is not defined

    4:document - level: SyncDate

    Thinking that I had misplaced orders, I changed the folder level script and the script level document as follows:

    Script folder level:

    LastSyncCalc3 = app.trustedFunction (function()

    {

    app.beginPriv ();

    var LastSync3 = importTextData ("/ C/sync/bin/LastSyncTest.txt", 0);

    app.endPriv ();

    }

    );

    Script level document:

    this.getField("LastSyncDate").value = Lastsync3;

    Execution of this displays the following errors in the console:

    Lastsync3 is not defined

    1:document - level: SyncDate

    ReferenceError: Lastsync3 is not defined

    1:document - level: SyncDate

    Where am I going wrong please?

    Instead:

    Script folder level:

    LastSyncCalc3 = app.trustedFunction (function()

    {

    app.beginPriv ();

    var LastSync3 = importTextData ("/ C/sync/bin/LastSyncTest.txt", 0);

    this.getField("LastSyncDate").value = Lastsync3;

    app.endPriv ();

    }

    );

    Script level document:

    LastSyncCalc3();

    Use this:

    Script folder level:

    LastSyncCalc3 = app.trustedFunction (function (doc)

    {

    app.beginPriv ();

    var LastSync3 = doc.importTextData ("/ C/sync/bin/LastSyncTest.txt", 0);

    doc.getField("LastSyncDate").value = Lastsync3;

    app.endPriv ();

    }

    );

    Script level document:

    LastSyncCalc3 (this);

  • My netbook requires me to download firefox - 9.0.1.tar.bzr, but I can find the correct file name to extract in order to complete the update. What I am doing wrong?

    like I can't update firefox I amm unable to use my hotmail correctly account that some functions do not work correctly.

    See the Linux thread support.

    http://linuxforums.org.uk/index.php?topic=9707.0

  • Cannot save with an online casino, he always tells me that some fields are required, but I filled it

    I am trying to sign up with an online casino, but when I completed the form, and there are green checkmarks to confirm that all the information is valid, a box keeps popping up telling me "some fields are required. I tried to re start, firewall lowered

    Hi genevahl,

    Please use the forum for Support of Vista,

    Unfortunately, we can not help you in this case because it seems that it is a design flaw in the Web site itself.  It is outside the scope of our support forum.  You should contact the administrator Web site directly for support.

    Thanks again,

    Kevin
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • define a field as requires it, from the Group of radio buttons

    I saw not a strong response if you can set the field as required - in this case a date field based on the selection of a previous radio button.

    A post was that you couldn't do with calc form, it will have to be JS.

    I'm not the best at that.  The form is sent by mail on a web server for data capture.

    Any help would be appreciated.

    Hello

    Yes, you can change the status of 'necessary' to one or more fields by using the validate.nullTest in Formcalc or Javascript. You can use script like this in the output of the option button event:

    If (this.rawValue == 1) then
    DateTimeField1.validate.nullTest = "error".
    on the other
    DateTimeField1.validate.nullTest = "disabled".
    endif

    'error' sets the field referenced on required; considering that the 'disabled' changes back to not required.

    Good luck

    Niall

  • We are trying to make a quick payment of payment workbench and is "FRM-41830: error in values list of the no entries for payment document column / field.» Payment document format seems good. Don't know what the issue is.

    We are trying to make a quick payment of payment workbench and is "FRM-41830: error in values list of the no entries for payment document column / field.» Payment document format seems good. Don't know what the issue is.

    Found the Solution...

    PPR (profile of payment process) has not been set to check Format selected in the configuration to "Manage the payment Document".

  • How can I make a button to be interactive so when its checked or clicked, the next tab fields become required field?

    I'm trying to create a form that contains a button to select a credit card or check.  When someone chooses the credit card, I need to become a required credit card information fields.  In the contrary case, it they select check, all the fields of credit card (number, exp. date, security code...) to be non-mandatory field.

    Why use a button. If you have a checkbox or a radio button, you can use the available actions for one of these fields to adjust the properties of the fields depending on what widget in the Group has been selected that can be to make the required, visible and required fields and then reset/clear the other group of fields, do so in read-only and disabled the requirement.

  • Set the field as required

    I want to make a field required based on which option button is selected. Example:

    Next available date

    Specific date

    If the user selects a specific date then the following date field should be required.

    Thank you for any assistance.

    PARRE

    You can write in the click event of the radiobutton: Java Script

    If (RadioButton1.rawValue == "Value to compare") {}

    SpecificDate.mandatory = 'error ';

    }

    else {}

    SpecificDate.mandatory = "disabled";

    }

    Thank you

    Srini

  • If mandatory field subform visible - if no mandatory subform hidden

    Hello world

    How can I do a required field if the sub form that contains the field is visible and is not required if the form is hidden?

    Kirstine

    Hi Kirstine,

    Just checked in here and it works. You need to target the exclusion of radio button group and not the individual radio buttons. For example, if the exclusion group has been called "RadioButtonList", then:

    RadioButtonList.mandatory = "error"; // would make the radio buttons required
    

    and

    RadioButtonList.mandatory = "disabled"; // would make the radio buttons optional
    

    Hope that helps,

    Niall

  • Creation of additional entry fields as required

    Good day;

    Asked me to design a form using Livecycle that will replace an existing form of MS Word. The form will be used to grant access to a total of 42 information systems.

    At first glance, this seems not be a problem until I told him to design the presentation. Most of the time, the shape is more or less simple. Where I came across problems of design was the best way to ensure that the user inserts what systems they asked for. A user could ask anywhere between 1-42 of information systems.

    The initial design had all 42 systems contains a required feature. This, (I thought) was medium to long.

    Example: These fields are inside a table.

    System Name                     | Asked for the view | Domain requested

    AAAAA - AAAAAAAA | Select 1 or 5. Select 1 or 3

    What I would do, is this part of the form to create a "as needed." How I see this working is to have a drop-down list for the first system and can then ask the user requests another entry (using a button etc.), a blank line would come down to the top and a drop that they would be able to choose the name of the system and then be able to select the display of the request and the requested domain. I hope that I've explained this well enough

    Anyone know if this is possible?

    Thanks

    Chomp

    Here's a sample for you to what I think you want. Note that if you select the system in a DDList then there are many things to check... I missed a few of them in the code, so it can get a little complicated.

    Paul

  • Mark this field as required

    I don't seem to have the ability to check any box or necessary in Eloqua radio button fields. I am not able to get there in Eloqua? If Yes, how should I do, if not, how everyone get it done?

    Just spoke with Eloqua and you can't do radio or checkboxes in Eloqua. The other fields that you can.

  • Error message receiver: "Bing toolbar requires you to approve permissions to be fully functional," what cannot update my status or see other statutes to Facebook

    Original title: approval of the Bing Facebook permissions 7 toolbar

    Hello everyone,

    I just bought a laptop Win7 and have been implemented on my Bing toolbar in IE9, after having entered my Facebook login when prompted: Facebook icon I can't update my status or another status view but my profile is showing as connected and I can see a list of the latest photos messages and friend requests.

    Whenever I click on the Facebook icon I get this message "Bing toolbar requires you to approve permissions to be fully functional.  You can disconnect and then connect on the application to approve the necessary permits. "but I don't see where I can do.  Disconnect, then reconnect again, but nothing changes!  I tried clicking on the available link saying 'Bing for Facebook', but after connect you again requested my profile is displayed and that's it!

    The link saying "Bing Bar on Facebook" just open bing.com and the available option just allows me to turn the alerts.  You see, I tried to solve this problem!

    Any help would be really appreciated as I really like the Bing toolbar feature.

    Many thanks in advance,

    Chris

    Hi Chris,

    Since you are facing problems with Bing bar 7 on Facebook, you can post your request in support of Bing for further assistance Forum:

    http://www.bing.com/community/f/

  • A Web site requires active javascript but I need to activate javascript. Why javascript does not work?

    Frequently, a website opens and asks that javascript must be enabled.

    I have javascript enabled in my internet options.Why do I keep getting this message?
    

    Java or Javascript? They are totally different. Do you have an example of Web site?

  • What is required to play. MP4 files. The default, Windows Media Player does not work.

    I have Windows 7 Professional Service Pack 1.  I tried all four options of Windows when I right click and open

    Make sure that your WMP is the 32-bit default (even for W7 64-bit) version. It has built more than 64-bit codecs.

    Works out of the box for me.
    You can always install a codec package - Klite for example.
    See you soon,.
    J
  • I bought lightroom presets and presets are not in my folder "downloads" as promised.  I bought FS presets * Adobe and paid the required $19.00.  This is the first time I bought presets so I don't know what I'm doing!

    Download the folder

    I'm not familiar with the presets or the company that was bought in origin. But I suggest you to contact their customer service for assistance, download and install the presets.

Maybe you are looking for

  • windows easy transfer and pulled the bookmarks and the profile of the old xp system password, why doesn't Firefox recognize the profile and view bookmarks, etc.?

    I FIND THE TRANSFERRED FROM THE OLD XP COMPUTER PROFILE.I'M NOT COMPUTER LITERATE, SO I RELATE THAT THE FILE DOES NOT HAVE DATA IN THE FAVORITES AND PASSWORDS.I DID A FEW WEEKS AGO AND PICKED UP FIREFOX AND DISPLAY INFORMATION WHEN HE WANTED TO!DELL

  • Youtube videos do not work.

    Hello Some of the YouTube videos (not all) do not work for me. videos currently does not work, it's just an empty space. I have Firefox 16.0.2I also have Flash 11.4 (was 11.3 and both did not work well)I also get off at 10.2 and it did not help ether

  • Help! Unable to connect USB with the computer!

    Hey... I use bike g 2nd GEN recently, when the options of connectivity usb came... I have disabled by error two options... And now, when I connect my phone with cable USB WHAT DO not come connectivity options to the top! And only charges the phone! I

  • NEITHER 9234 Channel Config

    I have a NI 9234 inside a cDAQ, and I was wondering: Can I configure each channel individually, while measuring the two at the same time? I want to have the excitement of 2mA enabled on a channel, but not the other I read / compares the two signals s

  • const compilation error

    Hello If I declare a const, which is based on a value previously declared const I get a compilation error: const int MY_INT_CONST1 = 10;  no error.const int MY_INT_CONST2 = MY_INT_CONST1 + 10; compile error: initializer must be constant I tried to se