Radio Buttons - Want both to show up blank when page comes up new.

I have a radio group(with submit) that has 2 buttons(STATIC2:No;N,Yes;Y). When Y is selected, a submit is performed which then displays another field.
I need this to be a required field and have the user definitely select no or yes so
I want the buttons to come up blank. How is this accomplished?

Hi,
Let's say you have 2 fields:
1- P1_RADIO (is required to display P1_TXT_FIELD)
2- P1_TXT_FIELD
add a conditional item display to this item:
"value of item in expression 1 = expression 2"
expression1: P1_RADIO
expression2: Y
The server validations should not be trigger during the form completion phase... i would review the page workflow if this is the case to ensure a better user experience
Louis-Guillaume
Homepage : http://www.insum.ca
Blog : http://insum-apex.blogspot.com

Similar Messages

  • How do you grey out a radio button if a text field is blank in Adobe Acrobat XI Pro?

    How do you grey out a radio button if a text field is blank in Adobe Acrobat XI Pro?
    So this what I'm trying to do:
    (     )   |TEXT FIELD|
    (     )   |TEXT FIELD|
    (     )   |                  |
    (     )   |TEXT FIELD|
    I have a radio button: (     )
    and a text field: |TEXT FIELD|
    The third text field is blank, and I would like for the radio button next to it greyed out (user can't click on it) since the text field is blank. Is this possible to achieve? I'm assuming I'll have to use javascript, but what would the code be and would it be entered in the javascript editor for the text field or the radio button?
    Thanks in advance guys

    Hey, thanks, but it didn't work
    I have the text fields as read only. Could that be why it's not working? Should I make the fields not read only?
    Thanks,

  • I made a fillable form using indesign and then acrobat professional but need to have radio buttons trigger different fields showing in the form below them - is that possible and if so how do I do it??

    I made a fillable form using indesign and then acrobat professional but need to have radio buttons trigger different fields showing in the form below them - is that possible and if so how do I do it??

    What version of Reader are they using, exactly? And are you sure they're
    using Reader itself and not opening the file inside a browser window, for
    example?
    On Fri, Feb 6, 2015 at 5:24 PM, jessicao96457206 <[email protected]>

  • My game center won't load and shows up blank when I try to open it. I've already tried to close all the apps and restart it and it still won't work. Is their anyway to fix it without restoring it??

    My game center won't load and shows up blank when I try to open it. I've already closed all of my apps and restarted it and it still won't work. Is their anyway to fix it without restoring it and starting over??

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - sign out and the sign back into Game Center
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       

  • After upgrade to ios7 on iPad mini, iTunes Store shows a blank white page.

    After upgrade to ios7 on iPad mini, iTunes Store shows a blank white page. I ve rebooted, restored, reset, still not working.
    Also having issues with some of my apps which I use to use every day before the upgrade.  Nightmare....
    What can I do to solve this problem? 

    You didn't mention which reset you tried that didn't work ...
    Try this reset ...
    Tap Settings > General > Reset > Reset All Settings
    Then restart your iPad.
    Try the iTunes Store.
    No data is lost due to a reset.

  • AppleTV 3 only showing Apple logo when connected to very new Panasonic plasma - worked Ok with older Panasonic (2007)

    AppleTV 3 only showing Apple logo when connected to very new Panasonic plasma - worked Ok with older Panasonic (2007) - have reset AppleTV, tried 3 HDMI cables.

    Tried again as you suggested - no luck. Ref sequence below
    A. Pressed menu &amp; down to reset Apple TV
    B after reset &amp; restart pressed menu &amp; up buttons to change resolution. After pressing both buttons for 6 sec, LED starts flashing - released both buttons. TV screen blank. After 20 to 30 sec horizontal lines came on screen remained for 20 sec then screen again went blank. Waited for couple minutes. LED still flashing - pressed Menu button for 2/3 sec  - flashing stopped &amp; LED glows continuously. Screen blank
    C. Reset the unit again by pressing menu &amp; down. When it restarted - while LED was still flashing, got orange color screen with Apple logo in the middle. This screen remained till LED stopped flashing &amp; then screen went blank

  • I want to update to iOS 7 when it comes out via iTunes. I gather that I will require iTunes 11.1 to do so, but I recently updated my version (today) to version 11.0.5. Will I be OK or wait until I have a Wi-Fi connection and do it then?

    I want to update to iOS 7 when it comes out via iTunes. I gather that I will require iTunes 11.1 to do so, but I recently updated my version (today) to version 11.0.5. Will I be OK or wait until I have a Wi-Fi connection and do it then?

    More than likely, the new version of itunes will be released later today in conjunction with iOS 7. But, yes, you can update the phone via WiFi. Make sure to set up icloud and do a back up first.

  • When you first download Pages, there is a welcome screen with a check mark, in a box, at the bottom left corner that says show this window when Pages opens. How do I recheck that box?

    When you first download Pages, there is a welcome screen with a check mark, in a box, at the bottom left corner that says show this window when Pages opens. How do I recheck that box?

    Alex,
    Go to Pages Help, Welcome to Pages.
    Jerry

  • Report With Multiple Radio Button ,How to reset the values of when selected

    Reaching out to the experts here. I have a report which i created a radio group which saves the value rownum when the radio buton is selected to a hidden item based on an on click event. There are currently 3 radio button , i need to be able to "reset" the value of the other items when more than of the button are selected .I.E. There are 3 buttons, user clicks button one , but then decides they need to click button two , then realizes they really wanted to perform button 3 , I want to be able to "reset" the value of the 1st two hidden items so the only value populated is the 3rd hidden item. I am new to working with these features and scenarios so any and help would be appreciated.
    Here is the report
    SELECT APEX_ITEM.RADIOGROUP(1, ROWNUM, NULL,NULL,'onclick="javascript:$x(''P5_HIDDEN1'').value=' || ROWNUM|| '"') UPDATE_RECORD
    ,APEX_ITEM.RADIOGROUP(1, ROWNUM, NULL,NULL,'onclick="javascript:$x(''P5_HIDDEN2'').value=' || ROWNUM|| '"') DELETE_RECORD
    ,APEX_ITEM.RADIOGROUP(1, ROWNUM, NULL,NULL,'onclick="javascript:$x(''P5_HIDDEN3'').value=' || ROWNUM|| '"') SET_PRIMARY
    ,papf.first_name
    ,papf.last_name
    ,hl.meaning
    ,pp.phone_number
    ,case when phone_type is not null then (select meaning from hr_lookups where lookup_type ='PHONE_TYPE' and pp.phone_type=lookup_code)
    end as phone_type
    ,emrg.primary_contact_flag
    from hr.per_all_people_f papf
    ,apps.hr_lookups hl
    ,apps.per_contact_relationships pcr
    ,apps.per_phones pp
    ,(select contact_person_id,primary_contact_flag
    from apps.per_contact_relationships pcr
    where pcr.person_id = :P5_PERSON_ID
    and contact_type = 'EMRG') emrg
    where pcr.contact_person_id in emrg.contact_person_id
    and pcr.personal_flag='Y'
    and contact_type <> 'EMRG'
    and trunc(sysdate) between date_start and NVL(date_end,'31-DEC-4712')
    and pcr.contact_type = hl.lookup_code
    and hl.lookup_type='CONTACT'
    and pcr.contact_person_id = papf.person_id
    and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
    and pcr.contact_person_id = pp.parent_id
    and pp.phone_type in (select lookup_code from hr_lookups where lookup_type ='PHONE_TYPE')

    Related thread here How to Pass values from SQL Report into TEXT ITEM ?
    Regards,

  • Radio buttons (from Indesign) get larger and overlap when fields are highlighted in Acrobat X

    I have created my first set of interactive forms using Indesign CS6 Buttons and Forms dialog box. As the formatting of the fields does not seem to carry over, I have left the text boxes as Indesign objects and added text fields over the top of them in Acrobat X. I also intended to add drop down menus in Acrobat instead because I didn't like how the Indesign list box behaved in Acrobat (having to click through each item rather than dropping down the entire list). There does not seem to be a way to add a drop down menu item from within Indesign. (Or if there is, can someone please point it out? :-) )
    However I used the sample buttons supplied within Indesign to create radio buttons and check boxes (which automatically included the graphics for the different states). On my first test export to Acrobat it appeared that the buttons retained their formatting, but something rather strange is happening when the fields are highlighted, whereby the buttons enlarge and overlap each other. Very frustrating I must say! I have just about gone nuts trying to find a solution. I've tried several different button options from the sample set; I've created them from scratch within Indesign; I've attempted to resize the fields in Acrobat form editing mode, but this screws up the original buttons. I also have found that once selected in Acrobat, I cannot deselect them again. (Don't know if this is significant info but it may point to some kind of stacking problem??)
    Anyway, to make it clearer here are some screen captures:
    1. Form as it looks when opened in Acrobat X. The two different check box styles are from me experimenting in trying to fix this issue. But they all seem to behave the same way once highlighted.                                                               
    2. Form when interactive fields are highlighted. The text fields are perfect but note the big ugly overlapping circles... :-(
    And some further explanation of how I created the buttons and their issues:
    I would very much appreciate some guidance on what I'm doing wrong here, as my poor little head is going to explode very shortly (and my client is getting pretty annoyed at the delay!!)
    Thank you in advance :-)

    I am having the exact same problem. I can't find a way around it. It seems that they included some states like normal, rollover, and click—but they didn't include a highlighted state. So when highlight fields is on it just shows the generic standard check box, which looks ridiculous if you have customized it at all in inDesign. I read a lot of people saying they can't find a way to change the highlight state—anyone out there have any answers?

  • Populated PDF form in Preview shows as blank when viewing

    I have a pdf template form that I have filled in.
    I did this in Preview and used 'save as' to create my copy.
    However, the thumbnail preview of the pdf shows as blank, and if i send it windows users or preview it in gmail, it also shows as blank.
    To start with I thought that I had accidentally saved the wrong version, but no, I can double click the pdf in Finder, and it opens in Preview with all the data present, exactly as I had saved it.

    What I have noticed is that if I send the pdf to another mac user, they can see all the info fine. If I send the output from Preview in gmail, and someone downloads it, they can only view the information if they click on the "highlight fields" button, but then it still doesn't look quite right, with loads of expander "+"s all over the form.
    When I tried opening the form in adobe reader from the link you provided, I get a different view again. I can examine each field and view the individual data items, but it is not possible to 'show all fields'

  • PDF show up blank when emailed

    I create a PDF file with my 6500A. When I open it, it displays fine. If I email it, it is blank when opened. This isn't always the case, but usually is. I have tried emailing with different browsers, sent it using Gmail and Hotmail, opened it using different browsers, and Gmail and Hotmail. No matter what I try, the recipient of the email gets a blank PDF... Please help!

    I’m confused with this as well ☺
    When I open an email that has an attachment in Outlook 2010, there are 2 tabs (or more depending on how many attachments there are) directly above the text of the message – one says “Message” and the other shows the file name of the attachment. If I double-click on the attached PDF it will open in Reader X, but if I just single-click on the attachment it shows a warning in the space below about only previewing files from a trusted source and it includes a “Preview” button. When I press this it opens a basic view of the document (text flashes past that says “Starting PDF Preview Handler…”, I don’t know if this handler is my installed version of Reader or if there is a basic PDf viewer in Office) and the PDF opens in the email message window in a basic format – no fillable fields shown, just text almost like a print preview. The only controls in this preview window are page up/down and view full page/fit to width. And in this preview, all of the data that was entered in the document on the tablet is shown, but if I double-click the attachment, or save the attachment and then open it, the fields are all blank.
    It seems like when the Reader on the PC opens the file from the tablet, it doesn’t see the data that was entered and opens it as if it were just a new fillable PDF file. I have opened the original fillable PDF on the PC and entered information, then “saved as” and opened that completed PDF and it will retain the data in that case. I have also tried copying the completed PDF directly from the tablet using the USB cable and not emailing it and I get the same blank result.
    Message was edited by: eap26 Sorry, indicated the wrong version of Outlook.

  • Some how I a blank when I open a new tab, I want to see google page like it was!

    When I open a new tab it's blank and it use to my last page visits. but now it's just a blank page I want to open a new page and see last places I viewed
    == This happened ==
    Every time Firefox opened
    == a couple days ago

    See: http://www.google.com/support/toolbar/bin/answer.py?answer=115561

  • The IM translator does not open rather Blank Mozilla page comes up Help to overcome it

    I had IM translator working for few years.Lately it does not open up.Instead a blank maximum page of Mozilla appears.
    I tried to delete the translator and reintroduce it.It does not work.Also the mail from one web site does not open.
    All this started after I up dated Skype
    Please help and guide me.

    You appear to have the latest version 7.1 of imtranslator. Maybe one of your other plugins or extensions is interfering. Or maybe you have some security related software that is blocking imtranslator.
    Try creating and using a new Firefox profile. In the new profile: remove all extensions other than imtranslator, use only the default theme, and disable all plugins. Will imtranslator work in the new profile ?
    * see [[Use the Profile Manager to create and remove Firefox profiles]]
    As a stopgap measure you could try using Google.Translate or some alternative addon such as one of these
    * FoxLingo: https://addons.mozilla.org/firefox/addon/foxlingo-translator-dictionary/
    * Translate This!: https://addons.mozilla.org/firefox/addon/translate-this/

  • I will be in the staes for a few months and want to buy ipad2 while there . when i come home can i use it here in england.

    I will be moving to USA and while there i want to buy an ipad2. when i come home will i be able to use it here. what about the voltage and charging it. i have an apple lap top and desk top.

    Make sure you do NOT buy the Verizon model - it works on CDMA technology and will not connect to cellular networks in the UK. If you want the 3G, make sure to buy the AT&T model. Or of course you can buy the WiFi-only model if you don't need cellular data.

Maybe you are looking for

  • CMP insert failure using secondary table

    I've defined a CMP with a column from a secondary table. The retrieval/updates work fine, but I'm getting a failure on insert. It's trying to insert a duplicate primary key into the secondary table. I do NOT want to insert into the secondary table wh

  • Internet Explorer allows double click on submit

    Im having a problem with my update and insert pages while using WindowsXP IE 7. The insert page will allow you to do multiple clicks on the insert/submit button. The insert button will not go grey after clicking on it. You can continue to click and y

  • Taking a datafile offline

    Hello - I am running an Oracle 8.1.7.4 database in archivelog mode. Can I take a datafile offline, rename the datafile, then bring the datafile back online? For example, 1. alter database datafile 'string' offline; 2. rename the datafile at the os le

  • Realize Gantt Chart in Catalyst

    I am not quite shure that its possible or even ment to be done with Catalyst, thats why I am asking if its possible. And when its possible how I got a Illustrator File containing all Elements of a Gantt Chart like TaskItems, Milestones a Top bar show

  • Task Flow Call - after-listener

    Hello, What is the method signature required to use before and after-listener on task flow calls? Thanks, ~ Simon