You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1You haven't really given us much context to work with. If you have a broken coding attempt, please show us that and any errors that it is generating. If you have researched, but that has only confused you, please show us links to the confusing resources. This question is too incomplete and it will either attract vague answers or no answers at all. I am inclined to close this question as Unclear - please edit.mickmackusa– mickmackusa ♦2020-06-26 00:52:11 +00:00Commented Jun 26, 2020 at 0:52
- Ok, I'm busy with it maybe I can ask this: for the subform do I have to write my own public save funcition in the controller/model? Y/N. If No, than I expect that Joomla this is doing which means for me: saving, removing, updating 'repeatable' records in the database! At this moment a record is created, the id is incremented, but the data is not saved. So is this due that I have to write my own save controller/model function or not? So therefore I would like to see a simple straightforward example with two or three fields which shows how todo this. I see with google I'm not the only one!user2363969– user23639692020-06-27 14:50:55 +00:00Commented Jun 27, 2020 at 14:50
- We need more context. Please set up a mcve. Writing up a complete, lengthy, and general-use tutorial/walkthrough is not typically what Stack Exchange hopes to require of an answer. Please make your question as attractive as possible by isolating your problem to specific operation in your application and ask as little as possible from volunteers.mickmackusa– mickmackusa ♦2020-06-27 19:06:06 +00:00Commented Jun 27, 2020 at 19:06
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. joomla-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you