Search results

  1. E

    How to hide headings in the list and implement customized css

    I would like to create a customized search result page and remove all default styles espessially buttons and headings.
  2. E

    CSS issues

    I tried to use these examples to customize my elements but nothing work. .fb_el_search_form___arrival_date_cal { border: 1px solid blue; padding: 20px; } #$form #group25 > ul { border: 1px solid red; } .fb_el_search_form___arrival_date input { border: 1px solid red; }...
  3. E

    Bootstrap customization issues

    I need some help in fixing issues which is not clear for me how to fix. 1. How to put field`s labels to the dropdowns. I have switched off in the form setting to show labels 2. How to combine all fields without breaks (red square) 3. How to move button to the left,closer to the fields
  4. E

    I need a web-designer for some consultation.

    987456123jw[]gmail.com
  5. E

    How to create form with inline table class?

    Is it correct to put this class in order to get fields of the form inline? May be there are other ways? And looking ahead. If I nead to implement this form in the part of the site what I need to do for that? <form class="form-inline"> </form>
  6. E

    How to save data about current session ID and IP in the list of the form.

    I have created a search form and would like to save some hidden data in the form with all search request. How I can use existed placeholders in order to save session ID and IP?
  7. E

    How it is possible to make search by values of dropdown list not by labels?

    I tried to use url filter in search form with searchlist___number[value]={___form_element} In form I have dropdown plugin with value=1 and label=1 label. In the target list different records in the target field have 1,2,3 values record1 1 record2 2 record3 3 The search work using as a...
  8. E

    While saving data to the list I have got an error

    This error occured not in at once but now it is a problem. First time a had a chance to save full record. Now I can`t change any record. But I can create new just with image. I have next plugins on the form link Image yes/no field Error You have an error in your SQL syntax; check the...
  9. E

    Incorrect link to the uploaded image.

    I have uploaded an image in order to display on the search results page. But the link to the image is not correct. <img class="fabrikLightBoxImage" src="//cdn<hostname> The error in relating to the incorrect hostname. Where is it can be changed? I have check the link in the media and there...
  10. E

    How to customize search result page (list)?

    I would like to customize search result page in order to get like a table with pictures and characteristics of items. Could somebody share some best practices for it?
  11. E

    How to do Min/Max search from the table using standart search form?

    I have a search form with two sliders max and min. I would like to make search from the target table by one field. For example, rate. When I change the type of plugin in the search form from the field to the slider it is asking to unlink from the parent element, that is why the search became...
  12. E

    Is there placeholder for Session id?

    I would like to catch the session id in form logs plugin. How it is possible?
  13. E

    Extending Form Logs plugin

    Is it any way how to extend the number of fields in the form logs plugin? For example, I would like to add some data from the fields of search form. Updated: I looked through the thread about custom message in the mentioned plugin. And tried some 100% working examples with custom table...
  14. E

    How to execute insert on the non default connection?

    I have different connections on the site. Site connection is not default. But I need to make an insert to db which is under site connection.
  15. E

    Http error 500 after running search form with php plugin(insert).

    This error does not appear when I delete php plugin. Also it is not clear what type of method to use while getting data from the form. On the form there are plugins (date, dropdown). $arrival_date = $formModel->formData['search_form______arrival_date']; //$arrival_date =...
  16. E

    Insert in the table not working

    I tried to use this code in the php plugin OnbeforeStore and OnAfterProcess. But any records can not be written. // Get a db connection. $db = JFactory::getDbo(); // Create a new query object. $query = $db->getQuery(true); // Insert columns. $columns = array('arr_date'); $arrival_date =...
  17. E

    Saving data with form logs plugin

    I try to use form logs plugin in order to save the results of the search from. While search I am getting this error. #__fabrik_lists' doesn't exist SQL=SELECT `db_table_name` FROM `#__fabrik_lists` WHERE `form_id What does it mean? How to avoid it?
  18. E

    Is it possible to add to the one element of slider feature: minimal value and maximum value?

    I would like to allow user to choose on the slider minimal and maximum values. Is it possible to customize in some way standart plugin slider? If not, how it is possible to make workaround, without creating to sliders
  19. E

    How to exclude date and time field from the search?

    I have done a search form according your instructions. I would like to have date and time field in the form but I want to do search using criteria from other two fields. When I leave field "date and time" empty I can find relevant records. But if I select date in any case time will be...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top