Delete the keywords input field after form submission web app search

Hi all

I work on a Web site and have a question about a specific page:

http://tullystattoo.BusinessCatalyst.com/Raleigh-tattoo-portfolio

My question is: did someone knows a way to erase the form input field "Keywords" after we submit the search form? By example, if I type in a word like 'colour' in the keyword and click the search button, I am presented with pieces of portfolio that include 'colour' in the description. However, the 'color' remains in the keyword form input field, so if I decide I want check the 'grey' and 'technical' rather than 'keyword' search, the color of the Word always remains in the input field. Dies, someone has any ideas on how I might be able to clear this form field whenever a search is performed?

Thank you in advance - you guys and girls are always great!

I found an example of a site that has done can be found here: http://planmyplay.co.nz/ but I don't know how they do?

Hey,.

It "should" work.

You need to insert some javascript/jQuery in your scripts.js file

on one of the empty lines before //Flex cursor init

You must insert:

if (jQuery('.webappsearchresults')[0]) {jQuery('#CAT_txtKeywords').val("")}

Basically, it checks to see if there are some search results on the page, and then clears the value of the search box.

I do not guarantee that it works, but I'm pretty confident that you may need to play a little with it.

See you soon

Pat

Tags: Business Catalyst

Similar Questions

  • I want to extract information from the same input field in multipal PDFs (created using document pro) and export them to an excel file. Is this possible? If this isn't the case, Adobe seeks to make this project a reality.

    I want to extract information from the same input field in multipal PDFs (created using document pro) and export them to an excel file. Is this possible? If this isn't the case, Adobe seeks to make this project a reality.

    -Extract all data from a single file can be done via the tools - forms - more form Options - export data...

    -Extract some data from a single file will require a script to measure.

    -Extract all the data from multiple fields in a single file can be done via the tools - forms - more form Options - merge data files into spreadsheet...

    -Extraction of data from several files will require a script Custom Action, as I've written before.

  • Is it OK to delete the update number 2 after the new update has been entered IE number 6 of the same program?

    to delete the update number 2 after the new update has been entered IE number 6 of the same program

    original title: he is allowed to delete the previous updates of files

    Hi Carl,

    I suggest you go through this article to Java which can be useful.

    Why should I remove old versions of Java in my system?

    Removal of previous versions of the .net Framework is based on the applications that are running on the computer.

    For applications, if you have an application based on any .NET Framework on the computer, you cannot delete it since you have need to support the application runs correctly.

    .NET framework 3.5 SP1 includes .NET Framework 2.0 SP2 and 3.0 SP2. This means that .NET Framework 2.0 and 3.0 can not be deleted because they are the sine qua non of .NET Framework 3.5 SP1. If you have any application based on .NET Framework 3.5 SP1, please do not remove .NET 2.0 SP2, 3.0 SP2 and 3.5 SP1.

    I would also not to uninstall the security updates that are important for the security of your computer.

  • Is it possible to delete the default text in a form field onclick?

    I am trying to add javascript to clear the default text in a form field using onclick?  Any idea?

    Thank you!

    Rather than enter a default text in the field, get rid of any script, you have for the field and use the following custom format script:

    Custom Format script

    If (! event.value) event.value = "your default text goes here.";

    The string that you specify here will be displayed when the field is empty and the text that is entered in the fields, in the opposite case. It will also disappear when the field is selected, which is what you want.

  • Calculate the value of the field based on the value of the user input field

    Hi all

    We use a BPM 11.1.1.5.0 with feature pack. We have BPM form which has five fields all the text in the input field. The user will enter any amount in these fields. We have another field in the form that displays the sum of the field all five. This should add the input value dynamically when the user navigates out of a field.

    I'm not able to think how I can achieve this. It is valuechangelistener I need code. Should I use a java code to get the value of the entry field and make the calculation in the java code and then assign it to the output field? or is there an option/BPM feature that allows to avoid java coding.

    Thanks in advance

    Sachin Gupta

    Add this as an idea because you asked how this could be done without Java code.

    If all five digital and no other item reference fields cannot be empty or null, you can:

    (1) for each of the 5 numeric fields, expand the section "Behavior" property and set their properties Autosubmit true. As you look at each of the 5 areas, note the text in each of their property 'Id '.

    (2) for the numeric field (I'll call it the "SumValue" field), you added that you want to add the other fields, expand the "behavior" property section-> click the arrow to the right of the property 'PartialTriggers'-> in the transfer dialog box that comes up, select each of the 5 areas (those you find the ID of the first step) and their shuttle above the selected list-> click OK-> look at your PartialTriggers for the field of SumValue property - it should now display the ID 5 with spaces between them.

    (3) open each of the 5 areas and copy the text in each of their properties 'Value' (e.g. #{bindings.) Salary1.inputValue}) and paste this text for each of the 5 text fields in your text editor in a text-> if editor is

    #{bindings.Salary1.inputValue} #{bindings.Salary2.inputValue} #{bindings.Salary3.inputValue} #{bindings.Salary4.inputValue} #{bindings.Salary5.inputValue}
    

    to take

    #{bindings.Salary1.inputValue+bindings.Salary2.inputValue+bindings.Salary3.inputValue+bindings.Salary4.inputValue+bindings.Salary5.inputValue}
    

    (4) select the field 'SumValue'-> again in the property Panel, delete the text in the field 'Value'-> paste the text you created in your text editor in the 'Value' property of the field SumValue.

  • How can I delete the file Win 7 after that my PC is to go back to XP?

    I went back to XP on my HP Pavilion s7410n PC after that Windows 7 upgrade did not work. My PC works well with XP again, but how do I get rid of the Win 7 file that takes up space? How to remove files and protected files? I tried to remove it, but I tells me access denied.

    Thank you
    Gwen

    Hello

    Try to delete the files and folders using check and disk cleanup if it helps. Disk clean up will help you remove unwanted and unused files, folders, and programs.

    Description of the tool in Windows XP Disk Cleanup:

    http://support.Microsoft.com/kb/310312

    Hope the information is useful.

  • Validation of input field in the OPA for the optional input fields

    Hi all

    OPM, I have a text input field. To do this, I wrote an entry of Validation Using Regular Expressions to allow the alphabets and numbers.

    Also, I did the same field as "optional-always.

    Then in debugging, it is always check for the Input Validation and displaying the error message when I do not enter any value.

    How can I request an entry for an optional input field Validation.

    Thank you

    Siri

    I'm not an expert on regular expressions, but my guess here is that your regular expression must change. If an empty string is an acceptable entry, then you should allow for her in the regular expression. I don't know the regex code for this on the top of my head, but I hope that you will find quite easily with a few searches on Google.

  • Failed to open the drop-down fields of form on iPad

    I have created a form in Adobe Pro, added several drop-down lists and they do not work on the iPhone/iPad.  You can see the box with the arrow, but only allows you to enter custom text, no drop-down list fills.  Here is a link to screenshot.  Thanks for any help!

    https://forums.Adobe.com/servlet/JiveServlet/showImage/2-7157485-724135/IMG_0720.PNG

    For the particular shape in question, it was written (probably initially via algorithms of recognition of land) with multiple instances of a drop-down list and a text superimposed on another field.  Because the text field's before the menu drop-down order to field/tab, tap, it is processed first by the Mobile Player.  That's why your experience when you use the Mobile Player is one of a text field.

    The areas of Desktop Reader process in the order opposite of field/tab (order), so the experience the user will see is a drop-down list.

    I can change the Mobile Player in the fields of process as the office, in the reverse of field/tab (order) so that both products are compatible.  This help you in the short term, however.  To make your form work in the short term with the existing Mobile drive, you can remove the text fields that overlap (they are named as "undefined_n", where n is a number).  On a brief look, these text fields that overlap do not seem to serve a purpose (that they seem not to contain a hidden value or participate in javascript, for example); They seem to be the effect of a kind of (imperfect) automated field recognition algorithm.

    Hope this helps,

    Darrell

  • Check the validation of fields in form of object

    Hello

    I have a requirement where I need to check if the user login is entered in one of my fields of form object already exist in IOM until the application is submitted. Basically, the admin by filling in the field should get to know the user Id entered it already exists in the IOM. Is someone can you please tell me how to implement this.

    Thank you
    PETREA

    IF(CheckUserID!=true)
    Job Manager error

  • Delete the Message to save Oracle Forms in a block of master / detail

    Afternoon and Happy Friday people.

    I use Oracle form 6i.

    I have a master-detail block in my form. They both have several records. When I make changes to the block of retail and I navigates to another record of the block Master, he asks me "do you want to save the changes that you have made?" Yes/No/Cancel options. This is the message embedded in Oracle and not our custom save the message. I also noticed that when I say 'Yes' to this message, it does not in the trigger key - Commit who defeated the purpose of having the trigger key validation.

    Now, this message is coming due to a relationship of the master / detail? Also, what trigger I would seek to trap this message?

    Finally, I also noticed that this message (oracle save message) appears after our own custom message when I said 'No' to our personalized Message to register.

    Any help would be appreciated.

    I was wondering why forms brings the Message of the Oracle of inbulit when I'm sailing up to recording the Master block next

    The retail block must be erased when you navigate to another master to "make room" for the details of this new form of Basic. So, if there are changes in the retail block, forms asking the user what should happen with the changes. If you want to manage this situation yourself, put your own code in the WE-CLEAR-DETAIL-trigger before the call to CLEAR_ALL_MASTER_DETAILS;

  • Web App search results to display the TASK parallel library instead of the list view

    Is it possible to get the search results Web App to view a presentation BPD instead of the standard list view?

    If it is possible the call would go on the form or on the page of results? (currently, use the same results page for several web applications.

    Thank you!

    Not quite sure what your after.

    You can send the results of research to a custom page, I think you did that? This page can have its own model.

    The module itself for the search results:

    {module_webappsresults, bkp, resultsPerPage, hideEmptyMessage, rowLength, sort}

    They are key elements where bkp being true means that search results will use the backup of the web application on the main list.

    If you apply the rule of custom template by adding a space and a model = "PATHTOFILE", you can specify the search results to use a custom template.

    http://helpx.Adobe.com/business-catalyst/partner/using-custom-templates-modules.html

    None of this is what your after?

  • DPS: How to redirect after form submission at the 1st slide

    In the document InDesign DPS that I create, I have an HTML overlay on the last slide I want to redirect to the first slide intro, once it is filled.

    Is it possible to automatically redirect to the first slide after delay for some time of inactivity? Need a quick answer!

    In your HTML code, you can use a navto: / / URL to go to the first page of the article: navto://relative/current#first should work. You will need to find a way to invoke this URL in your HTML well.

    Neil

  • Buttons to lock the other interactive fields after a click. Known issue?

    Hi, I'm new to editing pdf forms and made my own experiences here and found this problem.

    It started after 10 or if the actions buttons with the mouse, some even with simple javascript added to it.

    After clicking on a button (not with action "hide a field" tied to it), all interactive fields (even the same buttons) throughout the document becomes impossible to edit (no matter if they are in number, text, radio, other buttons, list boxes...) when you click, the arrow hits flashes very briefly, followed by the de-selection of the box. The same 'lock' does NOT occur when you click on the other form of boxes such as checkboxes (more than 20) or radio (the file has 3 sets of those) or the one of / increment of keys other fields with javascript.

    The only way around it I found was to close and reopen (player) or (editor), switch between edition/visualization tools.

    While the editor, it's a minor annoyance for users of forms complete thanks to a reader, it's pretty horrible. Really, I would like to know if there is a way to avoid this.

    Is this a known issue? Anyone have a solution or an idea which continues? Impossible to find anything like that around the navigation there must be something about my edit...

    Thank you!

    EDIT: Specifically, I reduced to buttons that have the action to hide. (And it's quite a decent feature for what I am building here, so different solutions than "don't have not the buttons are hidden when the click on" would be much appreciated.)

    Hi, thanks. After trying many things, I found a work around that, this time, is quite good.

    Well actually, it's the same thing as establishing a mouse "hide", but a different code path.

    I have set up an action, mouse, executes Javascript:

    var l = this.getField ("buttonX");

    w.Display = display.hidden;

    He made all his other click on operations, and the code js it hides. And the other fields are to be filled / clickable.

    On the error itself, perhaps something with versions... I noticed using different readers/editors, everyone behaved differently...
    But it's done, if someone comes to this impasse, try this, worked for me (God bless js)

  • How to set the filter criteria for the month and the year to aid in the timestamp input field?

    Hello

    I use jdev 11.1.2.3.

    I have a problem with the generation of reports, I have a report table that is in the form of VO (query based) and I want to search this table in the month and year of the basic

    but in this table (query) This timestamp field of having value based on... How to do a search with the name of the month and year only... Here I totally use vo base query to generate a

    reports... Anyone can guide me.

    Thank you.

    I want to create a drop-down list for month + year as an executable parameters with bind variable no matter what idea this subject, my attribute here is TimestampFormat.

    Then add to your sql query something like:

    WHERE extract (your_timestamp_column MONTHS) =: monthBindVar

    OR an extract (YEAR your_timestamp_column) =: yearBindVar

    and add monthBindVar and yearBindVar as a bind variable to your view object.

    Then you can use it as a ExecuteWithParams operation (or manually set these bind variables and execute the query)

    Dario

  • Should I delete the extra partition created after reinstalling windows? and how?

    I have recently reinstalled windows on my laptop and now there is a new created partition that looks empty but show that some used space. I want to know what it is and how I have to delete it? Can I create all nudenumber of partition according to my wishes and I can name them VAC for me?

    Hello

    Thank you for your response.

    You can hide the partition, please follow the steps below:

    • Right click on my computer.
    • Click on manage
    • In the list of options click on disk management which will be located in the bottom left section
    • All of your hard disk and its partitions will be displayed in the right part
    • Right-click on the partition that you want to hide, and then select "change drive letter and Path»
    • Click on 'Remove' and then click 'yes '.
    • Your car will now be hidden in my computer

    How to view the drive:

    • Go to Disk Management with the right button on the hidden partition [will not have a drive letter of the drive hidden again choose "change drive letters and path"]
    • Click Add and select an appropriate drive letter.
    • Click Ok
    • Now, the player's display.

    Let us know if you need help more with Windows.

Maybe you are looking for

  • HP Officejet 4500 G510n Scan via airport utility?

    How can I get my HP Officejet 4500 G510n to perform a SCAN using airport utility?

  • Error message after installing the last FlashPlayerPlugin

    After the installation of FlashPlayerPlugin_11_9_900_117.exe with the downloaded installation file install_flashplayer11x32_mssd_aih.exe when I open Firefox and go to another tab, I get this error message:The exception unknown software exception (0xc

  • Why FireFox continue to change the window by clicking on another program?

    I've upgraded to FF 8 recently. When I start it and go to, let's say, Gmail (in the window), and then open a different browser window (window B) to go, say, Facebook, if I click on another program like Live Messenger or even a reduced window of anoth

  • Qosmio G15-AV501 has stopped working

    My Qosmio G15-Av501 has stopped working after only 14 months of service. I was informed by repairers Toshibas that the graphics card has failed and it will require a payment of 512 gbp to fix. Since I have 3 other notebooks of 16 inches that have bee

  • How to create a table of 0 and 1 as a filter after a FFT

    Hello! First of all, sorry if my English is not very large, I'm native French... And I am a beginner with Labview. I would like to filter some of my noise using a FFT, multiplication by an array of 0 and 1 that I chose myself, and then make a FFT - 1