Change footer font color with embedded form?

How do I change the font color on the footer of a form in FormsCentral?
When I developed the form I was using a design that looked great in a standalone format, but we're considering embedding the form. When I went to embed the form, the links at the bottom became useless because the font in the footer is white (see attached screen shots).

Hi,
  In order to see the background color of the form, you will have to enable it.
Open the form in FormsCentral, go to Distribute tab / Embed sub tab and check : "Include page background color" check box.
>>How do I change the font color on the footer of a form in FormsCentral?
You will need to change the text color of your form header.  Open the form in FormsCentral, select Design Tab, select the form header, select the text and change the text color to other-than-white via the Toolbar.
Hope this works for you,
Thanks,
Lucia

Similar Messages

  • Is there a way to change the font color for emailing and the signature?

    Is there a way to change the font color with email signature on the iPhone and iPad?
    I changed the color in Word on my laptop, emailed and copied to my signature, but it converts it back to black........

    Looks like you didn't get a reply on your post, but it is still a problem.  Font size is supposedly changeable via "Accessibility" in Settings, but it doesn't work.  You can turn on "Zoom".

  • How can I change LOV Font in a parameter form?

    Dear friends
    I made a report with reports 6i and in it's parameter form I placed an LOV based on a query and I want to change it's font, but it doesn't change anyway. I think it's default font is System.
    The problem is getting more serious when I use arabic windows, because it shows arabic characters as english extended characters and make the LOV unreadable. I would be so glad if someone could help me.
    Thanx.
    B. sadati

    Hi,
    I think changing the font in the Paramater form for the LOV is not possible. Long back there was
    an enhancement request filed for this , i don't think that is implemented yet.
    Prabably you have to have as a workaround is make a pramform out of Oracle Forms.
    cheers :-))
    Arun.

  • How do I change the font color for numbering in a matching question slide?

    I have a grey image on a question slide, but the numbering for the answers in a matching question is defaulting to grey so learners can't see to match up.  How can I change the font color of these choices?  Thanks.

    You probably edited the master slide without changing the theme colors? Check the Object Style for Answers in the Object Style Manager. The numbering takes the same color as the answer text.
    All depends on the Theme colors palette that you are using. Normally Question answers use the darkest tint of the fourth color. I started blogging about color management, but description of the use of Theme colors will be published later.
    Colorful 2015 with Adobe Captivate - Captivate blog

  • How can i change the font color in TextArea ?

    I want to change the font color in text area or text field
    i'm not using swing (i'm using only AWT)
    so don't show me solutions in swing because it won't help me.
    is it possible anyway?
    thanx

    Hi,
    Have you tried the following ?
    yourTextArea.setBackground(yourColor);with yourColor being a Color object.
    BadLands

  • Changing system font colors?

    Hi community,
    I have been always a lover of dark backgrounds with light color fonts because it's much better for reading, at least for me.
    1) Is there any way to change the way the system fonts color is displayed? I could change the background color using the options of the finder to a background gray color of 333333, but cannot change the font color to something around white, in order to get a better contrast between background and text.
    2) It's possible to do the same in text editors?
    Thanks in advance,
    Mart

    Hi,
    Happens in the finder that the fonts are black, and I would like to change the font color from black (default) to white. If you take a look to the new Snow Leopard, you will notice that some texts are white over a dark gray background. That's aesthetically super cool, and much better for reading. Here is an snapshot of this thing: http://www.zone-numerique.com/uploads/News/090216/capturesnow_leopard_dock450.jpg You can see how good is the contrast with white over dark gray. I would love to have the whole OS set this way, instead white & light gray (default).
    Thanks,
    Mart

  • I upgraded to IOS7 om my phone and want to change my font color, but cannot see how to do this

    I upgraded to IOS7 and now in notes I cannot change the font color, is there away to do this. I am a little fusterrated with IOS7. Just changed it over a couple of days ago.

    Settings > General > Accessibility ...
    Then choose something like "Increase Contrast" or "Larger Type".

  • Change the font color of a text field in a table by key-combination

    I want to change the font color of a text field in a table (single cell only) on pressing a key combination. Does anybody know how to do this.
    I have a lot of data in a table. During an evaluation of the data in a meeting I want to change the color of the text depending on the result of the meeting. (for example: High risk = CTRL+R makes the text red).
    I know how to change the color using a button, but I do not want to add a button after each cell. For this reason I would like to do it on a key combination that alway refers to the active cell.
    Many thanks for your help in advance.
    Marcel

    Hi,
    I don't think you can use the ctrl key like that as those shortcuts will be intercepted by Reader (ctrl-R toggles the ruler display on / off).  You also might have trouble updating the color while you still have focus on it.  You can use the shift key in a similar way, so if you only have lower case characters in the text fields then you can do something like;
    if (xfa.event.shift)
        switch (xfa.event.change)
            case "R":
                this.fontColor = "255,0,0";
                break;
            case "O":
                this.fontColor = "255,102,0";
                break;
            case "G":
                this.fontColor = "0,255,0";
                break;
        xfa.event.change = ""; // ignore character
    If you need uppercase characters maybe you can have one button to set "review mode" and test that on the if (xfa.event.shift) line.  But again it wont take effect until you have tabbed out of the field.
    Regards
    Bruce

  • How to change the font color in a strict type def programatically

    Could someone suggest a way to change the font color of a string indicator in a strict type def cluster programmatically? The cluster contains a label that is color-coded to match the function of the data channel represented by that cluster.  The function of each channel is not predetermined, so the font color needs to be changed programmatically.  To represent all channels, I have arranged a large cluster that contains 100 instances of the control.  This makes it essential that the control be strictly type defined in order to change the layout of the clusters uniformly.
    Can anyone suggest either a method by which I can let the control remain a strict type def and change the font color, or a method by which I can programmatically change the control from a strict type def to a type def?  Currently, I am saving the control as a strict type def every time I make a change and then saving it again as a type def when I am ready to run the program.  This works fine, but just seems inelegant.  This color-coding is used throughout the program in various indicators, so a neat solution would be greatly appreciated.

    As mentioned in my Nugget on Type definitions you can create strict type-defs that contain type-defs.
    If you make your data definition a type and put that definition in a strict type-def (one of each flavor) you can use the appropraite strict type where each is required.
    Yes the data structure will have another level of nesting so if you are "too far gone" you may not like this idea.
    Otherwise you can write a VI that opens the typed-def and do a "save as..." and use it everytime you edit the type-def.
    I hope something helps!
    Ben
    Message Edited by Ben on 10-06-2008 10:26 AM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    Strict_of_Typedefs.PNG ‏30 KB

  • How do I change the font color in Live Type?

    How can I change the font color in Live Type?

    By trial and error, I also learned that the slide icon just to the right of the color box must be moved to the right in order for the new color to be visible. Of course, the amount to which the slide is moved determines the intensity of and color. Thanks for putting me on the right track (no pun intended).

  • Still can't change the font in Indesign CC forms?

    We have just upgraded and it seems that Indesign CC still does not have the capability to change the font when creating interactive forms.... correct me if I'm wrong, but if I'm right Adobe can you please implement this for the next version – very frustrating :-/

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How do you change the font color in CALL-OUT text boxes in PRO XI?

    How do you change the font color in CALL-OUT text boxes in PRO XI?

    It's not so simple to find it if you don't know what you're looking for... But it can be found via View - Show/Hide - Toolbar Items - Properties Bar.

  • Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Just a suggestion..........
    Download Thunderbird.  Easier to use when it comes to what you want to do w/your emails. 

  • In Dreamweaver 6, I created a new fluid layout. I set up (4) DIVs. In the 3rd div, I changed the font color. The new color shows up on the website when viewed in my computer desktop, but, when viewed in a tablet and a cell phone, the color of the font doe

    In Dreamweaver 6, I created a new fluid layout. I set up (4) DIVs. In the 3rd div, I changed the font color. The new color shows up on the website when viewed in my computer desktop, but, when viewed in a tablet and a cell phone, the color of the font does not change. It's the same in Dreamweaver's Live view. It shows the new color on Desktop view and not in the cell phone or tablet view. Also, I changed the font itself in one of the DIVs and it shows up in the new font on the desktop view and website viewed thru the computer, but, not on the tablet or cell phone. Can someone please explain. I want to be able to change the fonts and colors for viewing in the tablet and cell phone, also. The fonts were all standard fonts. Sans-erif and Verdana and Arial were tried. Thanks.

    I will lock this discussion because of duplicate post.

  • When composing an email, how do I highlight a word in yellow (NOT change the font color, just highlight)?

    On Windows when composing an email,  I would often highlight a word or sentence in yellow. I don't seem to have this option on my Mac Book Air toolbar as I did when I had on my laptop. How can I add this feature to my toolbar? I don't want to change the font color, just want to highlight a word within the email.
    Thank you,

    Browder-41 wrote:
    How to I copy a Word document into an email without losing the design and colors in the document.  When I copy and paste I only get the typed words.  No design or color.
    You may or may not be able to do this based on which e-mail client or webmail platform you're using.  In your email options, you'll want to have the option to paste it as rich-text or HTML.  If you only have the option for plain text then you're out of luck.

Maybe you are looking for

  • Display legend(as image) for ALV

    Hello experts, I have created ALV report in which it displays data in ALV grid. I want to display legend as image which explain output of the ALV grid. ie I want to display image below/under the ALV, which image gives information about outpout. (Lege

  • My iPhone5 battery dies when I'm not using it

    My iPhone5 battery dies even when I'm not using it its like I put my phone down and it's a 10% then when I look at the battery later when I look at the battery it's like at 1% please help me thank you

  • Adobe Premier Elements10 installation on iMac fails

    Why does the installation crash?  Photoshop Elements installed with no problem. I get:  Your installation encountered errors. Please try restarting your system and installing again. (I did this - it still fails) Exit Code: 7 -------------------------

  • Data being deleted

    Hey everyone I have a nokia X-7 and since I bought it images and applications just randomly delete themselves. To be more precise images still appear as icons in my gallery but when i try to open them they seem corrupt. It occurs mostly with pictures

  • Add Multiple VLAN in vNIC Template through CLI

    Hi, I want to add Multiple VLANs in vNIC Template through CLI Please suggest how I can achieve this ? because selecting approx 400 VLANs via GUI is pain -Amit