InfoPath: Submit Button on Editing Tools Menu

SharePoint 2010
InfoPath 2010
Web Browser Form
I have successfully created and published my Web Browser Form and all is working.  The first 5 fields in my form are Text (string) fields, and the last field in my form is Rich Text (XHTML) since we need word wrap.  When the user clicks and enters
text into the Rich Text field, the [Editing Tools/Format Text] menu becomes the active menu on the toolbar, and, of course, the Submit button is not on that menu.  I anticipate that the user will not know to click back on the Edit toolbar to see the Submit
button.
My questions are; is there any way to have a Text (string) field word wrap?  If not, how do I get the Submit button on all of the menus?
Thank you.

you can always add a submit BUTTON to your form (this happens quite frequently, and is often located at the bottom of the form)
Scott Brickey
MCTS, MCPD, MCITP
www.sbrickey.com
Strategic Data Systems - for all your SharePoint needs

Similar Messages

  • Infopath submit button only works for the first row in a repeating table‏

    Hi, I have a InfoPath Email submit button issue I could not figure out. I have a master/detail repeating table in my form, and one of fields is "EmailAddress" which shows customer's email address. I created a submit button and put the "EmailAddress"
    field to "TO" object. When I tested it, the submit button only would return the first row of emailaddress from the repeating table, but not the rest of it..
    What I want is when I highlighted a customer, and click the submit button, the current customer's email address would show up in "TO" list. I did some research and saw some suggestions about using current() function. So I put current() in the front,
    like this:
    current()/dfs:dataFields/d:vw_HZLeadLists/@EmailAddress
    Still not working..Just return the first record of emailaddress from master repeating table... Does anyone know what's going on here? Thanks a lot!

    Hello,
    Use double eval to get all rows values. See my reply for more information in below thread:
    eval(eval(EmailAddress, 'concat(ToField, ";")'), "..")
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/cc22aeb7-351f-45a7-8a4c-94132c3e0db2/eval-semicolon-function-issue?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Cluster (sub menu) submit button grayed out

    hello all
    as of today my compressor has stopped allowing me to submit the batch i set up.
    having sent an item from FCP to compressor, i get to set the options for settings and destination and then when i hit the submit button a second menu pops down regarding cluster options of which i have none. i add a name to this box yet no mater what other options i change the *submit button in this sub menu remains grayed out!*
    http://twitpic.com/jj7n2
    i have tried reinstalling compressor, and eventually the whole suit. i have removed the various prefs and qmaster stuff. i have used the fix compressor utility from digital rebel, repaired permissions and cleared out cache, but still *grayed out submit*.
    what thoughts cloud genii?

    I'm having the same problem.
    This comes after suffering persistent crashing of Compressor 3.5 on launch and finally having to reinstall to at least fix the crashing problem. But now I can't submit any processes - the button is greyed out.
    Can't remember setting this up originally, but it use to say "This Computer" for processing - do I need to add my computer to a list of available processors?
    Any help hugely appreciated,
    Simon

  • Edit email for submit button and Javascript?

    How can I change an email address attached to a submit  button on a previously created form? 2) How can I see if JavaScript is being used with form? A prior team member created interactive forms with a submit button. Email address attached to button needs to be updated. I tried to edit in Acrobat Pro by double  clicking the button to access the properties panel, but it doesn't open. If I recreate the form to amend the address, my file size is about 1/3 of the original which leads me to believe there is JavaScript.

    Thank you. My version of Adobe Acrobat Pro X  Tools- Forms edits in
    LiveCycle Designer after the form has been created and saved.. There is no
    other edit option as shown in the screen print below. The action wizard in
    Pro doesn't seem to apply in this case. I had tried right clicking the
    button in both Pro and LiveCycle previously to no avail. However, when the
    form opens in LiveCycle, I just figured out that there is an object window
    that allowed me to modify the email address.
    However, I don't understand the file size difference or even how to find
    the JS. We both used the same original word docx. His file size is 47K and
    my recreated file is 19K, a big difference. I didn't compress mine. Any
    thoughts on what is causing the difference? The forms are on a client's
    website for external users to complete so load time is still important.
    Thanks,Vickie
    On Fri, May 23, 2014 at 4:24 AM, Gilad D (try67)

  • How can I add "Tools" menu bar item to firefox orange button

    After upgrading to FireFox 4 I decided to hide the menu bar, doing so I am not able to access the addons like "tamper data" which can be accessed only from the tools item of the menubar. Is there a way to customize the orange button of the firefox4 to add tools menu item?

    Thanks for pointing me to the add-on. But is there a way by which I can edit any xul file or any customize option like the customize toolbar.

  • My location bar, tool bar (file, edit, tools, bookmarks, help) disappeared and cannot be restored. I have no back button, home button etc. the top of the screen is just an empty blue bar. Internet still works if I click on a hyperlink on the main page.

    My location bar, tool bar (file, edit, tools, bookmarks, help) all disappeared and cannot be restored. I have no back button, home button etc. the top of the screen is just an empty blue bar. Internet still works if I click on a hyperlink on the main page.
    The problem started when I turned on the computer this morning. I tried to install Mozilla 4 from your website and that installed but I still have nothing on the top.

    It may be due to Firebug. Seeing as how you're a web developer, it's very possible you have this installed. The latest version, 1.7X a10, appears to cause everything you described. I downgraded to "a8" and that seems to have fixed everything.
    I also recreated a profile from scratch before trying this out, so I can't guarantee it's definitely Firebug.
    Similar issue: https://support.mozilla.com/en-US/questions/783078
    edit: If you go to the Firebug forums, you'll see this is now a known problem. http://code.google.com/p/fbug/issues/detail?id=4012 for the issue tracker.

  • Hiding submit button from an Infopath form in a Sharepoint Library document

    I have a Sharepoint document library that is setup to collect submissions from a form that faces the public.  Because it faces the public it needs to have the standard/familiar submit button.  The problem is that when the form is submitted to the
    document library and the document is reviewed, it still contains the button - which will be confusing/complained about by staff.
    I attempted to use a hidden boolean field that would switch to "True" when the submit button is clicked and then use conditional formatting to hide the button before submitting through the data connection.  But apparently, there is no way
    to move the conditional formatting rules after the action rules that make the boolean swith.
    I then tried to switch to a new view that was identical to my Main view before submitting but the button is still appearing on the submitted documents in the form library.
    I'm wondering if anyone has experience with this?  I have to think I'm missing something obvious.

    Please try this -
    https://social.msdn.microsoft.com/Forums/en-US/5767ff6c-764d-479c-904e-22e40a697c6c/how-to-hide-custom-submit-button-after-form-has-been-submitted-infopath?forum=sharepointcustomizationlegacy
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • I have an InfoPath with submit button, publish the same to form library.

    Hi All,
    i have an InfoPath with submit button, publish the same to form library.
    Now, i open the form  fill it and attach some files, when i press submit button, that attachments will go to the particular document library.
    Can any one help me out.
    Thanks in Advance!

    Hi Anil,
    According to your description, my understanding is that the attachments attached to the form were submitted to an documents library.
    By default, the attachments should be attached with the InfoPath form and will not be submitted anywhere.
    There may be some customizations on the form that is to submit the attachments to the document library.
    Please check the links below if the customizations are made in the form.
    http://www.bizsupportonline.net/blog/2010/01/upload-document-sharepoint-infopath-form/
    http://www.bizsupportonline.net/blog/2010/04/top-10-questions-infopath-file-attachments/
     Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • UIX Edit Search Criteria Submit Button operation

    When drag-drop a “Search Form” from a data control onto a UIX page JDeveloper will automatically wire up an “Edit Criteria” section. Inside this section is a <labeledFieldLayout> with search attributes and a <submitButton text="Submit"/>.
    This submit button has no event associated or defined for it. So, what code is really getting executed here when this button is pressed?
    I would like to replicate the actions that are occurring when pressing this button in a separate event in the event handlers section of the UIX page.
    Any help or even examples would be greatly appreciated.

    Hooray, I figured it out!
    The trick to this is pretty simple. This particular view object has a query that can ONLY be executed with parameters. The query was getting executed BEFORE the parameters had been set with values from the session scoped managed bean. So, of course, it was failing. In the pagedef there is an iterator referencing the VO, and an invokeAction referencing the ExecuteWithParams method of that VO.
    All I had to do was set the Refresh attribute of the iterator to "deferred", and the Refresh attribute of the invokeAction to "ifNeeded". That way, the iterator doesn't execute the query, but the ExecuteWithParams does.

  • Gnome 2.10 menu editing tools? [SOLVED]

    Hi all,
    I realise that Gnome 2.10 doesn't have its own native menu editing tool, and that 2.12 should provide one, but is there a tool that accomplishes this now? Or is manual editing of files the only ONLY way right now?
    Thanks

    this topic was brought up in the irc channel a couple nights ago and I found this gnome menu editor in the ubuntu forums.
    http://dev.realistanew.com/menu-editor/
    http://ubuntuforums.org/showthread.php? … enu-editor

  • I can't remove Yandex Elements from the Open menu list with right mouse button and Tools menu although I removed Yandex. I think it slows down Firefox.

    I downloaded Freeyoutube downloader from internet and somehow got yandex installed in my computer with toolbars on firefox.Despite I removed Yandex from my computer Yandex elements still stays in open menu when right mouse button clicked and in the Tools menu. I tried to uninstall Firefox, remove yandex registry from windows registry and restart computer, and then reinstall firefox, Yandex elements still hangs there. Firefox is now running very slow compared to the running before Yandex.

    hello, please try all these steps:
    # [[Reset Firefox – easily fix most problems|reset firefox]] (this will keep your bookmarks and passwords)
    # afterwards go to the firefox menu [[Image:New Fx Menu]] > addons > extensions and in case there are still extensions listed there, disable them.
    # finally run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] and [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner] to make sure that adware isn't present in other places of your system as well.
    [[Troubleshoot Firefox issues caused by malware]]

  • I recently subscribed to the editing my pdfs but this option does not come up under tools menu

    I recently subscribed to editing my pdfs but this option does not come up under the tools menu - only convert, create, export, etc.

    Thanks for your response – But I went online chat with a customer service rep and my problem has been resolved.
    Thanks again.
    Gary

  • Missing "clear cahe" button in Tools menu. How to fix this?

    In the Tools menu, I have only "Clear Recent History" button, but there is no "Clear Cache" button, so I cant delete temporary internet files.

    You can click the Details button in Tools > [[Clear Recent History]] to see all settings.

  • Submit Button in InfoPath has stopped working??

    Hi there,
    I wonder if you can help me. I had a infopath form that involved people submitting a form and then approval was sent to their line manager and they would then approve the entry.
    This was working fine and now, despite everyone being in the same permissions group, some people are not able to approve items. When they press the button, nothing happens!
    I am now experiencing the same problem with another form where the submit button (despite having rules behind it) does nothing when I press this. Everyone has this issue with this form however.
    I am pulling my hair out over this as nothing has changed.
    If anyone is able to help, would be very much appriacited.
    Regards
    Heather

    Hi V Jean, this was not no, the action was set as rules rather than submit .. if that makes sense.
    Would this effect some users and not others however? This is working for me so will need to check with the other users who this was not working for to see if this has ressolved the issue.
    Very strange how some people this was fine for but others this was not working for, despite all being in the same permissions group.
    Thank you for your help with this, will let you know if the issue is ressolved.
    H

  • Can't See Tool Menu? How do I edit? Solution?

    Hello,
    When I open an existing VI I dont see Tools menu. How do I change my cursor to move some objects and do other functions? I am opening in Edit Mode but cursor cannot be changed from "hand" to "arrow".
    Any solution?
    Drew

    Hi,
    In LabVIEW 6.x and prior you could always use the and to toggle between the most useful 2 and 4 tools. You can still do this in LabVIEW 7.x, but this also has the "Automatic Tool Selection" option, and it might prevent you from the Space/Tab selection if it is set to "Lock automatic tool selection on" under "Tools > New and Changed in 7.x".
    Personally my favorite way to choose my tool, is the + combination. Then the Tools palette doesn't stay open like it would if choosing "Show Tools Palette" from the menu.
    Best regards,
    Philip C.
    NAtional Instruments
    - Philip Courtois, Thinkbot Solutions

Maybe you are looking for

  • Third Party Order - Not possible to determine a consumption account

    Hi All, I know there are a number of threads on this subject but the answer for me doesn't seem to be here. The scenario I am trying to configure is around buying and selling software licenses using a Third Party Sales Order process (Item Cat TAS). M

  • PDF Attachments in mail in background

    Hello Everyone, I am trying to execute two different programs in background from another program. I am getting two different spool numbers also. Pl guide me to convert those spool numbers into separate PDF documents and mail those PDF documents to in

  • Developer Security with HTMLDB (Application Express)

    Hi folks. I would appreciate any help I could get with this problem - it's a fairly serious one and I'm hoping for some feedback. We are using HTMLDB 2.0 and are using Oracle Applications. We have a rogue developer who has a bit of a control problem

  • ME38 Output determination Issue

    Hi, Issue is when ever i go to ME38 it is generation output Message and sending mail to vendor even though there is no change  in schedule lines. I want to restrict this. Output should only generate when ever there is a change in Quantity. I try to s

  • Deleting Mail accounts

    Hi everyone, I have a 10.4.10 mail server. We recently had some people leave and I would like to remove their mail accounts. Is this as simple as removing their user accounts in WGM or is there a utility I have to run? TIA! Andrew