Search results

  1. C

    PHP code on form submit

    I am trying to set an "Approved By" and "Approved Date" field on my form when the user changes the status to "Approved". I am doing this in the form's PHP code on form submission page. I selected "Start of form submission (onBeforeProcess)". My code is: $user =& JFactory::getUser(); $username...
  2. C

    Hiding the Save Button on Edit

    Thank you Hugh, that was what I was looking for. I agree with the css concept as well, but for this application the javascript was what I was looking for. Sorry for the delayed response, the emails went into my spam folder.
  3. C

    Hiding the Save Button on Edit

    To clarify, This works to access another field: var market = Fabrik.getBlock('form_1').elements.get('cpm___market'); market.hide(); This does not work: var saveButton = Fabrik.getBlock('form_1').elements.get('Submit'); saveButton.hide();
  4. C

    Hiding the Save Button on Edit

    I have a form that when a change is made to the data I want the user to only be able to "Copy as New" to save a new instance of the form. If I toggle the save button to hidden then it doesn't show up in the "New" form (can't add a new form). My thought is to hide the save button with...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top