Search results

  1. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    I was able to get it working! I am having one issues I need help addressing. This is what I did to get it working: I am using [return $this->app->input->get('originaltable___thiselement') ;] in the element settings, "Default", with "Eval" set yo Yes which is working. I am passing the data by...
  2. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    I found a post which is what I am trying to do but save the information to a different table...."add-custom-button-next-to-submit.46758/#post-242135" Will this work? also, what does it mean to change an element to = 1?
  3. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    Can you explain how this works? ?option=com_fabrik&view=form&formid=1213&originaltable___thiselement=foobar
  4. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    Then how would the end user who is viewing the data in the view form go from this to the edit form? You said something like "?option=com_fabrik&view=form&formid=1213&originaltable___thiselement=foobar". Is this for getting the user from the view form to the edit form?
  5. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    So, I am grabing the element from the Bootstrap Details Template shown below. default.php/Default Template View <?php endforeach; /* Elements Defined */ // echo "<pre>"; $elements = $group->elements; $name = $elements['name']->element; ?> <?php echo $name; ?> When do I place {return...
  6. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    Yes, I would like to try that. How do I do that? Can you give a an example a element?
  7. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    Question: is there a way to take value from a variable and have it fill in a field in a add form? Like: <div class="fabrikElementReadOnly" id="missouri_cemetery___condition_ro">Very Good </div> - The Value being Very Good and assign the value to an predefined text element in an add form when it...
  8. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    I see the option in the form for the "append from data", but how would you apply this to a view? "You would have to have a "copy" of your list which isn't an actual copy, eg has a different table. And on each matching element,..." I was thinking along this line. I do have a second table with...
  9. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    If you are unable to think of a way to do this what would it cost to create custom coding for this?
  10. altnetwork

    Saving Changes from one Table (List) to different Table (List)

    I am looking to be able to do the following. Table (List) A - List of records that are viewed by the end user, but edited by me. I would like to have the end user be able to submit changes to a record from List A. I would like those changes to be saved to a different List. I would then review...
  11. altnetwork

    Hide Element in Form Based on Class

    Thank you very much. This worked great. Copied the default temple and added the following to the custom_css.php: @media (max-width: 767px) { .fb_el_table___element {display:none!important} }
  12. altnetwork

    Hide Element in Form Based on Class

    Sorry, a little more confused. "(you would have to create a custom template and add the class manually)" - Is it not the purpose of the custom_css.php to define the CSS for the template I am using now? Also, where does the .hibben-phone come in place?
  13. altnetwork

    Hide Element in Form Based on Class

    Sorry, confused. 1.) I am using this for the form template. - I understand this... So, I use the custom_css.php and add the following: @media (max-width: 767px) { .table___element {display:none!important} } Is this correct? Can you break down what each part does? 2.) I wish to use the...
  14. altnetwork

    Hide Element in Form Based on Class

    Do you have a time frame?
  15. altnetwork

    Hide Element in Form Based on Class

    In an element under the "List View Setting / Filters" there is an option for class. In this option there are options like: Visible Visible Phone Visible Tablet Visible Desktop Hidden Phone Hidden Tablet Hidden Desktop What I am looking for is to have an element in a form to be hidden for...
  16. altnetwork

    googlemap pluging Element - Change Request

    How is this done? I saw this on the google maps element and selected it to no save to db. But when I used the php form to save in that field it would not save.
  17. altnetwork

    googlemap pluging Element - Change Request

    QUESTION: What does the "Store in DB" under "Access" for the googlemaps plugin do?
  18. altnetwork

    googlemap pluging Element - Change Request

    Thanks for the help. I was able to create a work around for what I was looking for.
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top