Submit a clear form after

Hello

We have created a form with the form widget and it it.

The form works, email is sent and received, but we want to make the form cleared after. That does not appear.

We have tried different ways, including "go to home page" after submit but who doesn't either.

Someone who can help?

Hi Zak,

We contacted the hosting provider and they have provided us with a script that we had to transfer to a script on the server file.

You can find the script here: http://test.mijnrandomdomein.nl/Muse/form_throttle.txt

After downloading this file on the server, the problem seems to be resolved.

The answer of the company hosting included something like "too bad that Adobe don't want to spend the time looking at their own code"

Maybe this code might help you and others also.

Tags: Adobe Muse

Similar Questions

  • Form of the iPad... help needed please.  Clear form after email read only and sequential numbering

    Hello

    I am a complete newbie at this but that's what I want to achieve.

    I have a sheet of paper in double report I want to get electronically, I want to be able to add sequential numbers to each report and be able to send the report to the client of an email field in the form

    so far, I have so I created the pdf form, I have a button that runs a JavaScript script that will hide the button send and then send the email from customers and to bcc myself so I have a copy of the report also. This has been tested and works

    I'm fighting with sequential numbering and once the form has been sent by e-mail it is the Nations United-ditable JavaScript has converted to read only for emailing that is good because it cannot be changed. But is it possible my send button to send the report read-only and then disable all form fields in the report ready for filling with the sequential number next?

    I had a good look of resolution for this but I'm bad

    Thank you very much in advance for any comments

    Paul

    Hi Paul,.

    I assume you are using the desktop version of Acrobat Pro to create the form.

    I will move this discussion to the forum of PDF forms so that experts in the forum can answer your question.

    Please note that the Reader/Acrobat DC of mobile applications (iOS, Android, Windows Phone, etc.) have limited support for JavaScript.

    JavaScript for QAnywhere Player Mobile (iOS)

    You may be able to make the shape you want in the desktop version of Adobe Reader/Acrobat Reader DC.  However, some features (for example, adding a sequence number to each PDF) will not work in mobile applications because of the limited support of JavaScript.  Sorry for the inconvenience.

  • Clear the contents of a form after the presentation

    Hello, all. I apologize for this question as "stupid", but I have been away from coding for a while and just can't find a sample of my earlier work on how to solve this problem.

    I just build a form that works well, but I want to erase the content when a visitor submits so the next visitor will see a nice empty shape. I put a 'Clear form' button with the button 'Submit' on the page, but I'm worried about the privacy of the visitor and want their information deleted when they hit 'Submit' and send me their information in an e-mail message.

    I remember a piece of code you put in another < body > or < do > tag vaguely and I've tried several things, I found in the old files, but nothing works.

    Thanks in advance to put me on the right track.

    I know what you mean.
    What some presses the back button, their browser displays the form page with
    the details that they always informed here.

    This is a form that a user will submit several times?
    As a form of data entry for a single user to use again and again?

    so simple fix, put a "reset" button at the top of the form for them to use
    to manually delete data.

    other corrections would be with JavaScript to clear all form fields onload
    perhaps.
    http://www.Google.com/search?hl=en&ie=ISO-8859-1&q=JavaScript+clear+all+form
    + fields

    or that the form of the page a cfm page and the browser is probably not hiding the
    form field content.

    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.Adobe.com/communities/experts/

  • How to reset a full form after entering some values?

    I'm new in the adf. I want to reset my value of the form after you have entered a wrong value. Can someone please help?

    Thanks in advance.

    Bogoss

    It's strange

    Check once this method (same thing but with comments and advised me to the console output)

        public void resetAction(ActionEvent aE) {
            AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
    
            System.out.println("***Calling Method to reset form**");
    
           resetValueInputItems(adfFacesContext, searchForm);
        }
        private void resetValueInputItems(AdfFacesContext adfFacesContext, UIComponent component) {
    
           System.out.println("****Inside Method***");
    
            List items = component.getChildren();
    
            for (UIComponent item : items) {
    
                //resetValueInputItems(adfFacesContext,item); //uncomment in case of nested UIComponents
    
                if (item instanceof RichInputText) {
                    RichInputText input = (RichInputText) item;
    
                    if (!input.isDisabled()) {
    
                       input.setValue("");
    
                      adfFacesContext.addPartialTarget(input);
    
                     System.out.println("**InputText Cleared**");
    
                   }
                } else if (item instanceof RichInputDate) {
    
                    RichInputDate input = (RichInputDate) item;
    
                    if (!input.isDisabled()) {
    
                        input.setValue("");
                        adfFacesContext.addPartialTarget(input);
    
                      System.out.println("**InputDate Cleared**");
                    }
                } else if (item instanceof RichSelectOneChoice) {
    
                    RichSelectOneChoice input = (RichSelectOneChoice) item;
    
                    if (!input.isDisabled()) {
    
                        input.resetValue();
    
                        input.setValue("");
    
                        adfFacesContext.addPartialTarget(input);
    
                       System.out.println("**DropDown Cleared Cleared**");
                    }
                }
            } //end -for each loop
        }
    

    Ashish

  • A DBA how to set permissions so that its users can submit to its form but do not have to execute queries or touch the database?

    Original title: InfoPath/SQL

    I am familiar with InfoPath, but I'm a DBA to a database on SQL server. The person created the infopath form and there users who can submit to the form, however, the only ones who can submit to the form are those who have access to SQL. A DBA how to set permissions so that its users can submit to its form, but do not have access to run queries or press my database. Thank you

    Ask the question in the SQL Server forums:
    http://social.msdn.Microsoft.com/forums/SQLServer/en-us/home?category=SQLServer

  • Is it possible to create a relationship in CRM when you submit an online form

    When you add the 'Company' field in a web form he implemented registration of the company as a relationship to the contact being created record.

    In the admin, we can also install a relationship to another CONTACT record (it doesn't have to be a company).

    Both in a similar way to add the company field to a form, it is possible to establish a relationship to an existing CONTACT record when you submit a web form?

    So, for example, if a web form asks name, Email, and 'Company' but instead of a company name, we can enter an email or contacts system ID so the relationship is created to a contact rather than a company.

    It is currently not possible.

  • How is it that when I click on clear form Acrobat is option clears all fields populated by a JavaScript document level and if I save them the start of the JavaScript document level form is no longer works?

    How is it that when I click on clear form Acrobat is option clears all fields populated by a JavaScript document level and if I save them the start of the JavaScript document level form is no longer works?

    Or a link to the form or a sample with the same problem.

    You only set the function to run but not executed.

    You should add a line like:

    AtStartup();

    to your script.

    As noted if you have been set "defaultValue" to the fields, then clear the fields would remove any entry present and restore the default values.

    Or you could write a custom JavaScript to clear the fields and then run your startup script.

  • How can I get rid of the 2nd line of signature with an email requested line under form after its creation in a widget

    So I created a widget or a hosted form, and after finishing to complete to have a single view of signing, he puts another section or area below which requires another signature and send an article I don't want to have there. It creates another page as well because my original signature line is down.

    Then... How can I get rid of the 2nd line of signature with an email requested line under form after its creation in a widget

    Hello

    By default the Widget to always an email and if you have not added field which, E-Sign would put a signature block (which consists of Email field) at the bottom of the document.

    Kind regards

    -Usman

  • If I create a form using the free trial software, will I be able to use and access the form, after the trial period is over?

    If I create a form using the free trial software, will I be able to use and access the form, after the trial period is over?

    Yes, you can access the project that you created after the trial is over, but you need to back it up.

    Concerning

    Stéphane

  • I paid for a license of phot.  How can I download photos in a clearer form

    I paid for a license of the photo.  How can I download the most clear form.

    Please see using Adobe Stock

  • clear values after saving record

    Hi How can I clear value after that I have save record so that the user can enter another information, for example, I enter user details when I click Save I have what it takes to clear these values in inputtext

    That's how record, am in jdeveloper 11.1.1.6.0

    am still not able to cretate new record after I've created OneLa create data still remain in inputtext id does not, his works now when I use this ADFUtil.invokeEL ("#{bindings.") CreateInsert.execute}");

  • Cannot open forms after changing the port no 80

    Hello

    We have oracle ebs 12.1.3 instance, I changed the default port 8000 to 80. Now, I'm getting the login page without specifying the port no, but my problem is that I can't launch the forms after you complete this task. can someone help me with this

    Kind regards
    Chandrasekhar.

    Hello

    Alhtough Web development server port does not ask that question, autoconfig successfully completed? can u try to bounce application and see if it works?

    What is the result of status adopmnctl.sh

    also check for the error in the apacha/web/form server logs, use below for MOS locate: -.
    How to find the location of installation, automatic configuration, patching, Clone and other newspapers in EBS R12 [ID 804603.1]

    Thank you
    JD

  • Blank page at the end of the form after having distributed

    I have a form of livecycle 7 page that ends up with a blank page at the end of the form, after the distribution and finding no how to remove.  It does not appear in the preview or the hierarchy and I was check many forums and find the answer might be in the pagination, but when I check the pagination of the subform, I don't use a lot of subforms, most of the pages do not have, then I put the page level 'place' to followingprevious and after - continues the parent filling.  At the same time it is a 8 page and we form it simplified and delete a page, and once I created a 2nd master page but it was deleted, so don't know if these things had no effect, but do not know what to do next.  I wouldn't mind just delete the PDF page once it is distributed, but uses "page x of x' in the numbering of the pages so it is distributed with a total number of pages."  Appreciate any help, thank you.

    Hello

    Just a few suggestions.

    Make sure that the pages/subforms are not to repeat (in the object > range of liaison), unless they are explicitly required to do so.

    Also on the last page, make sure that it is not a subform which extends beyond the content area. This can often lead to an additional page, but it usually shows in the designer.

    Niall

  • reset the hidden fields on the 'clear form '.

    I have a form that changes the values of some fields to display (or can define read-only) when different options are selected. I have provided a 'Clear form' button that executes a javascript script that resets the fields to their original state, but users have always been able to select clear 'form' in the menu, which bypasses the script and can leave the ├a respect State form.

    Is it possible to prevent that the 'Clear form' menu being selected, or override its function or run one of my functions when it does? I've never had a chance to find a solution, and this form should be reset properly in all conditions that a user can meet.

    Mark,

    How about something like this. Set up a hidden field that when allowed runs your Reset routine. I think that the last field that has been added is the last field to reset. You can initialize its value and call your Reset routine in its Validate event if its value is blank, and then reject the change, so it is not actually get deleted.

  • Clear form fields

    Hello

    ColdFusion has a way of compensation on form fields after a submission and empty retrun the user of a form? Here are some of my code.

    There are at least three ways (cflocation, js window.location and meta refresh) to take the user to the page of your form after you process your data. The form will be empty, unless you do something to pre-populate it.

Maybe you are looking for

  • I tried firefox for browser, why did I not Inbox?

    I want the "old Firefox" without Inbox! Can you give us the link for him?Thank youSteve

  • Country locked iPhone?

    HELLO, bought an IPhone 6s more Amazon us, sealed and brand new, unlocked sim free and was delivered to the Greece where I live. Tried to install my Greek SIM card, but it does not accept it saying the carrier does not support this map and to install

  • Windows 8 HP with USB - IF xHCI recovery problem

    Hello I have a laptop HP M6-1160. The recovery process do not finish using HP DVD recovery. After reading the paper, it displays an error with the USB - IF xHCI USB Host Controller. Local support sent me a new DVD restoration kit, but the problem per

  • How to enter a floor/ceiling to find a clue?

    Hi all I'm still fairly new to Labview, please bear with me if it has a very simple answer. I have a xy chart; the x is 'time' and the y 'phase '. I want to determine what my phase at some point. I would just use the Index table, but the table of 'ti

  • Tag.vi Fp.Create error message.

    Hello I have the error message, Create Tag.vi FP when LabVIEW runs once issue, what can be the reason for this error, if someboy has an idea of what goes wrong. Best regards, Helmut