Inserting data in two tables using a single field? Example: 8 years ago4TopicInserting data in two tables using a single field? Example: The email field, how do I save this field in the User table and content using a single field 4229 PostsKadministrator 8 years ago2Level 1You can't store to 2 tables directly, what you can do is eitherCreate second field with different storage, than use computation to copy value from first field when it is filledInsert data yourself using onBeforeStore or on AfterStore plugins from Code pack gustavo fernando 8 years ago1Level 2I've done it I wonder if there is a way without that I need to create another field may be using PHP but would like a tutorial 4229 PostsKadministrator 8 years ago0Level 3There is another way - use SD live plugin for second field, but I would not know of any method to store value to 2 tables using jsut one field.To use onBeforeStore or onAfterStoree there is no tutorial for this, you need to know joomla&php programming to use them, this might help https://docs.joomla.org/Inserting,_Updating_and_Removing_data_using_JDatabaseNote: in my answer above "than use computation to copy" should be "than use conditionals to copy" steviec1 8 years ago0Level 1You could also concatenate it, just this one field, and choose your storage. I don't know if you can store in any table I assume you can.