Submit button in inserted HTML is not correctly shows

Submit button in inserted HTML is not correctly shows.
<input type="submit" name="submit" value="Submit">
Button doesn't have a round gradient background like in real HTML.  
Looks like Muse translated it not correctly. Muse doesn't use inserted code directly to the browser.
The ??? is how to see a real html appearance?

Dear All
I feel adobelance is giving us a pretty good answer.
I tried code in Dreamweaver and got:
And in Muse I got:
I did have to change the border from outset to solid grey (to give it the colour) - the main difference seems to be the font.  It was close enough for me, though.
I am not a Dreamweaver developer and this is the first code I have run in Dreamweaver (successfully, anyway).
Muse allows Designers to sketch web sites and as such is good - but it is not Dreamweaver.  I admit I subscribe to Creative Cloud - so I can use Dreamweaver or Muse and am using the latest version but I am a fan of Muse so far. 
My HTML in Muse is
<form>
<form method="post" action="senddata.php">
<label for="lastname" style="color:black; background:light grey">Last Name:</label>
<input type="password" id="lastname" name="lastname">
<input type="submit" value=" Submit Form! " style="border:2px solid grey; color:black; background:light grey">
</form>
I do hope this assists you all.
Kind regards

Similar Messages

  • Help I am trying to update my card info and the submit button on the site is not working

    Help I am trying to update my card info and the submit button on the site is not working

    What does the message say exactly? Are you sure it's not telling you the phone has no more space?

  • Freight Charges does not correctly show Tax % / calaculate

    Hi
    When I try to add freight charges to an A/P invoice the tax group shows correctly (V1) but the Tax % shows 0.0 instead of 7.5 on every row/type of freight and therefore the Tax is not calculated automatically.
    Somebody an idea whats wrong?
    Thanks
    Franz

    Problem solved.
    As a difference to all the other modules, A/P Invoice does not have the current day as default posting date (maybe this a bug). Since the Tax calculation needs the posting date, it does not correctly show the Tax on the main form as well as on the freight dialog, it shows the correct code, but always with 0%.
    So, for correct tax calculation, always make sure the posting date is entered before.
    @SAP: Change the behavior with the default posting date, as it is in all other modules.
    Best regards,
    Franz

  • Inserted HTML does NOT push content when resized

    Hi,
    we are building a website for a hotel and are bound to include their channel manager module into the site. In order to do that, you have to follow these steps:
    1. Paste JavaScript code into the head section to load the module.
    2. Place a short line of code with "insert HTML" into the site where the module should appear and that's it.
    The module is generated by a server-side script from the channel manager's server and pasted into an iFrame that is also generated by this very script. The thing is: It resizes the height of the iFrame depending on the displayed content in the iFrame. So we start with 301 px height when we call the page and start the search for free rooms. The results are displayed on a 1400 px iFrame, which resizes properly when showing the results.
    THE PROBLEM: The footers stays put and the iFrame runs behind it and off the display port. There is also no scrollbar showing up allowing me to scroll to the bottom of the iFrame.
    We got three layers:
    3. Top Layer (Containing top navigation and footer, both defined in a master page that is applied to the content page)
    2. Content Layer (Containing the inserted HTML with the generated iFrame)
    1. Background Layer (Well, it contains background elements)
    WE NEED: The footer to be pushed by the ever resizing iFrame and get a scrollbar when neccessary due to iFrame height.
    What are we doing wrong?

    Thank you for your suggestions, although I don't think they will fix the problem.
    We cannot alter the server script in any way, since it is located on the channel manager's server and is just called with a customer id to show our client's hotel related data. They resize the iFrame using an inline height style tag. This causes the page to not recognize the size change and not even showing a scrollbar at all, when the iFrame exceeds the view port.
    We already put a div around the JS-call which expands with the iFrame as expected.
    <div id="u1218"><!-- custom html -->
    <div>
    <script language="javascript" type="text/javascript">
    function();
    </script>
    </div>
    </div>
    This results in an iFrame inserted after the script tag, the div around the script expands correctly. We already removed any master page objects, created a blank new master page to define header and footer areas and pasted our menu and footer directly into the page of question on the same layer as the inserted html box went. So for our understanding the expanding div around the script should push the footer on this page to whereever it ends. It just doesn't. Also we do not get any scrollbar, although the iFrame clearly gets larger than the viewport area and the page just doesn't recognize it.

  • Submit Button In Web Dynpro Layout not working.

    Hi All,
             I have integrated an adobe form in my web dynpro application.According to my requirement the view of screen should change when the user clicks on submit button.So I have given the submit button as one of the UI element in my WD object along with the form.But when I click on the submit button the functionality doesnot work.
    The same submit button works when there is no adobe form integrated in my WD application.
    Please let me know what needs tyo be done so make that submit button work.
    Thanks and Regards,
    Sarang

    Sarang,
    Lets go step-by-step.
    1. Create two views in your applications lets say the names are View1 and View2.
    2. Goto Diagram View of the Window in under Windows node in your Web Dynpro Explorer in NWDS.
    3. Create Inbound and Outbound plugs for View1 namely inbView1 and outView1
    4. Repeat the same for View2. So names will be inbView2 and outView2.
    5. Create a navigational link between the Vies by creating a link from outView1 plug to inView2 plug.
    6. Goto Layout tab for the View1. This is where you have embedded the Interactive form element.
    7. Set the displayType property to native.
    8. Under Events there will be onSubmit method, craete a new method called navigateToView2 and click Go. This will take you where you can implement your logic.
    9. Fire the outbound plug of View1. See following code snippet:-
    public void onActiong navigateToView2(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActiongotoView2(ServerEvent)
        wdThis.wdFirePlugOutView1();
        //@@end
    10. Edit the Interactive form, it should open Adove LiveCycle Designer.
    11. Drag-drop Submit button from WD Native library ontot the form.
    11. Don't modify anything and check if you see below code snippet in the Editor.
    // DO NOT MODIFY THE CODE BEYOND THIS POINT - 705.20051114114126.253659.250577 - SubmitToSAP.xfo
                          ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
                          // END OF DO NOT MODIFY
    12. Now whenever you click submit button on the form, what it does is that it makes call to WD framework and the onSubmit action handler is called where you have written the code to navigate to View2.
    Chintan

  • Submit Button Works for Me but Not Client

    I have created an interactive PDF form, using Adobe Acrobat 7, for my client so they can pass it to their clients. It's basically an agreement form where they have to sign and date then press the submit button to email it to my client when finished. I used the combo box tool to create the submt button: Under the Actions Tab I chose mouse up for the Select trigger, Submit a form for the Select Action, selected PDF completed form and the URL as mailto:clients email address.
    I tested it on myslef and saw that it opens Windows Live, which is my main email program, and it successfully opened the email with the attached PDF ready to send. I then sent the file to my client, who uses Adobe Reader 8, and says that when she presses the submit button an error message pops up saying operation not allowed.
    At this point I'm fairly stuck on what I should to to make this work. Any suggestions as to how I can fix this or why it is doing this? Thank you.

    George Johnson wrote:
    As mentioned by others, you can configure the form to submit just the form data, but only if it doesn't included digital signatures. You'll need to send the entire PDF if it does.
    Acrobat 8 is not the latest version, so Adobe no longer sells it. Acrobat 10 (X) is the latest version. Also, why are you using a combo box instead of a button?
    Mostly because I'm very new at interactive PDF's. This isn't my usual job for them, just helping them out. They gave me a link to a tutorial site for interactive PDF's and this is how they showed me to do it. So I really don't know anything about these, that's why I am here.
    If a button is the way to go then I'll try it. I went a ahead and did that and sent a test to my client to see if it works better.

  • Submit Button in Interactive form is not Triggering (Webdynpro Java)

    Hi,
    I have developed one application for Online intractive form.I have  created one text box and one submit button in Intractive
    Form.I created a Action method Submit.I have bound the onActionSubmit() method to  onSubmit Event of Intractive Form.
    For testing i am putting some value in text box and Clicking Submit button.I have set the debugger in onActionSubmit()
    method.But when I am Clicking Submit button, onActionSubmit() method is not triggering.I have
    1. I have used Submit to SAP button (Pallet>Library>Web Dynpro).
    2.I have ACF(Active Control Framework) instalation.
    3.I have WAS 6.4 and NWDS 04.
    4.I have SAPForms.api in   Program Files\Adobe\Acrobat 7.0\Reader\plug_ins path.
    One Value Node DataSource (Cardinality 1..1) is binded into dataSource Property.And pdfSource property is binded to one value
    attribute of binary Type.
    I have done one application where i am getting data from R/3 System and displaying in PDF ,It is working fine.
    I got below error in Log File for the above two applications.But geting the data from R/3 and displaying in PDF is working
    fine even if it is giving below Error in Log
    ClientJTSInterceptor.receive_reply
    [EXCEPTION]
    org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 1A completed: Maybe
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.get_reply_service_context(ClientRequest.java:284)
         at
    com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor.receive_reply(ClientJTSInterceptor.java:91)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:133)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:125)
         at com.sap.engine.services.iiop.server.portable.Delegate.invoke(Delegate.java:282)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:486)
         at com.adobe.service._ControlAgentStub.done(_ControlAgentStub.java:83)
         at com.adobe.service.ProcessResource.onCommit(ProcessResource.java:609)
         at com.adobe.service.ResourcePeer.invokeCommit(ResourcePeer.java:130)
         at com.adobe.service.J2EEResourcePeerImpl.commit(J2EEResourcePeerImpl.java:124)
         at com.sap.engine.services.ts.jta.impl.ResourceList.commitTwoPhase(ResourceList.java:80)
         at com.sap.engine.services.ts.jta.impl.TransactionImpl.commit(TransactionImpl.java:355)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:174)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at
    com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:214)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Please Suggest.
    Thanks & Regards
    muna

    Hi Muna,
    May ADS is not configured in server properly.
    Check the below link. I hope it will  help you.
    Re: no action got executed corr to SubmitToSap button of Interactive forms
    Thanks
    Siva Arikatla

  • Submit button to an email address not working?

    Created a submit button for sending the complete PDF form to an email address, works fine on my computer with the 8.3 Pro version. But when I send it to someone else to use with Adobe reader it won't work, returns an error message. Isn't that the whole idea of a form is to be able to be able to send data? My email address is wron in my profile and it won't let me change it...  [email protected]  Also tried using the FDF and XFDF format as the help suggests, that didn't work either.

    The problem may be on the other machine, one of the major problems with using e-mail submission. E-mail submission requires that the user machine be properly configured. With AA9 (or maybe AA8), additional options were setup that did not require MAPI to be active on the machine, but there are apparently some problems. If the data file is being sent, then there is not a Reader Rights issue. It looks like you are using Acroforms since you mentioned FDF and XFDF (Designer uses XML) data formats. It may be that the client is using an earler version of Reader before AR9 and that is an issue.
    The safest way to send the data is to a web script on a server, not e-mail. Setting this up is not necessarily that easy, but the safest as mentioned.
    I have not answered your problem as such, but given some indication of why you may be having a problem.

  • Working with 2  submit buttons in a html form

    I have 2 submit buttons in a form. I will upload a file and save in a filepath in server when I click on one "upload" button. I want to use this file path in the code when I click on another button called"Process".  When I click the process nothing is happening with dump in below code.Form  submits to itself. Is there any better way to do this. Thanks in advance.
    <table width="40%" border="0" style="border: 1px solid black;">
              <form  name="uploadform" action="processfile.cfm" enctype="multipart/form-data"  method="post">
              <tr>
                        <td><input type="file"  name="FileContents" size="25">
                            <input type="button" name="action" id="action" value="Upload">
                        </td>
              </tr>
              <tr>
                        <td align="middle">
                                  <input type="button" name="submitaction" id="process" value="Process">
                          </td>
              </tr>
              </form>
        </table>
    <cfset variables.filepath ="">
    <cfif isdefined("form.action") AND form.action eq "upload">
                 <cffile action = "upload"  fileField = "FileContents" destination = "C:\test\" accept = "text/plain" nameConflict="overwrite">
              <cfset variables.filepath= "C:\test\#cffile.serverFile#">
    <cfelseif isdefined("form.submitaction") AND form.submitaction eq "process">
              <cfdump var="#variables.filepath#">
    </cfif>

    Hi tburra,
    You can try the below code. This dumps the value of the path as well.
    <cfif isDefined('Form.tmpfile1')> <cfset root = ExpandPath("/Upload")><!---location where file should be uploaded---> <cfset filename=GetFileFromPath(Form.tmpFile1)> <cfset FileExt=ListLast(filename,".")> <cfset variables.filepath =""> <cfset filename = "BidDocument1." & FileExt>  <cffile action="upload" filefield="BidDoc1" destination="C:\Upload\" nameconflict="overwrite" accept="application/pdf,application/msword,application/vnd.ms-excel,text/plain,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"> <cfset variables.filepath= "C:\test\#cffile.serverFile#"> <cfdump var="#variables.filepath#"> </cfif> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>cffileupload Document</title> <form name="form1" enctype="multipart/form-data" method="post"> <input type="hidden" name="tmpfile1" value="" /> <input  type="file"  name="BidDoc1"  onchange="setFile(this.form);" /> <input type="submit" name="save1" value="Upload" /> </form> <button onclick="location.href='processfile.cfm'">Process</button> </html>
    This should help you.
    Regards,
    Anit Kumar

  • On submit button clicked , adf form is not closing but going to next task.

    Hi,
    In my application when In a adf form when I am clicking on the Submit button task is moving to next task but that adf form is not automatially closing .I need to close the adf form by closing the window on clicking X button.
    I have tried with closing or commenting the line from task flow.xml...
    <!--<finalizer id="__111">#{invokeActionBean.invokeScript}</finalizer>--> but still it is not working.
    Please suggest me how we can achieve this.
    Any suggestion,ideas are welcome.
    I am using 11.1.1.6.
    Thanks &Regards,
    Ganesh

    ADF related questions should be asked in appropriate sections. There you might have a good chance to get any help.

  • Submit Button at Top Right Corber Not Displaying

    Hello,
    I created a PDF fillable form.  This is a form that will be sent out from our HR department to a variety of people.  We would like the end-user to submit the form via email.  We want the default "Submit" button at the top right corner to display rather than create a custom button.  In other words the submit button that shows up next to "Highlight Fields."
    So after I created the form, I clicked on "distribute" and chose the following:
    1.  Manually collect responses in my email box
    2.  Save a local copy and manually send it later
    Our HR person is using Acrobat Reader.  She can see the submit button.  BUT, when she sends the form to someone else (to fill out and email back to her), they cannot see the submit button.  Any ideas why?
    Lastly, is going through "Distribute" the only way to get the submit button to display at the top right? 
    Thanks for any help!

    I think that I may have found my answer from another posting on here.
    The submit button in the purple bar will only appear if yo put the form throught the Distribute Form process in Acrobat, and you only need to do this if you want the forms to be submitted to Acrobat.com or one of the other options. SInce you don't want to do this, all you need to do is Reader-enable the form so it can be saved with Reader. To do this, start with a copy of the form as it was before you Distribited it and select one of the following depending in which version of Acrobat you have:
    Acrobat 9: Advanced > Extend Features in Adobe Reader
    Acrobat 10: File > Save As > Reader Extended PDF > Enable Additional Features
    Acrobat 11: File > Save as Other > Reader Extended PDF > Enable More Tools (includes form fill-in & save)
    Note that if you only want the form to be printed, you may not need the form to be enabled, which allows Reader to save a filled-in form. You may want this if it is a long form that the user may want to save after partially completing it so they can reopen it later and complete it. You should also advise your users to use Adobe Reader to fill-in the form.

  • Email Submit button works in Acrobat but not Reader

    I have a form with an email submit button.  When those who have Adobe Reader click on the Submit button, nothing happens.  For the users with Acrobat, the submit button works as designed. The users all have the latest version of Reader, Java and Flash.  When the Acrobat users click the button a box appears asking them to select Desktop or Internet email.  Once they make a selection, the form is sent.  When the Reader users click the button nothing happens.  I'm sure there must be a setting somewhere that I need to adjust.  Can you help me?

    Hi Susan,
    I appreciate we have meandered through this, but bear with us...
    Here is a screen shot of a regular button set up to return the completed form as a PDF.
    Now if you deploy this form WITHOUT Reader Enabling the form, then users with Reader will see this warning:
    However before you deploy the form open it in Acrobat and go to the Advanced menu (in version 9) and select "Extend features in Acrobat Reader" and save the form with an amended name. Then send this new "Reader extended" form out to the users with Reader and they will be able to return the completed PDF.
    Without seeing the actual form it is difficult to work out how the submit button is set up.
    Hope that helps,
    Niall

  • EMail submit Button: send back as PDF, not as XML

    Hello,
    I have integreated an email submit button in my interactive form for sending the PDF back to the SAP-CRM.
    If I click this button, an eMail opens with an XML attachment. But I want to send it back in PDF format by clicking this button. (because I want to save this document at the content server and so on..).
    Thanks in advance
    Rogger

    Hi Roger,
    This is possible. There is a thread already in this Forum on that. If i remember the script, i shall post it :). Please do search it.
    Got ->
    <a href="/people/juergen.hauser2/blog/2007/06/03/dynamically-populating-the-email-address-of-an-email-button-on-a-sap-interactive-form fella :)</a>. You may work on this or search for more scripts related with it.
    This will work :).
    Thanks and Regards,
    - anto.[
    Message was edited by:
            Antony John Isacc

  • Firmware version not correctly showing up

    I've updated my firmware but it only correctly shows the correct version on certain pages in my wireless control page. 
    Some pages still show the old version, more specfically the wireless page which had some changes in the new firmware and i need do encryption on.
    anyone know the problem?

    hi...after upgrading firmware on the device have you reset it?? if not try resetting the device back to default settings and reconfigure it...also let me know the model and version no. of the device and firmware version...

  • CSS Button Links in HTML email not working in TB

    Greetings,
    Our company is creating an html email for customers and we are noticing the CSS button links don't work when viewing in Thunderbird 31 and 32 beta.
    Does TB require unique coding to get these to work?
    Any assistance would be appreciated...
    -- Paul

    From the point of view of a user who views received email messages in Thunderbird, it doesn't support scripting. Straight links should work and and you can attach a link to an image.
    Note that Thunderbird does NOT offer active links in the Compose window. So however you create it, you won't see it as the recipient does unless you save it and view it as a draft.

Maybe you are looking for