Need a module for DLE DataLife Engine Creating CV
Functionality
Ability to add stages in the admin panel and link a template
Example
3 stages added in the admin panel
- Personal - template licnoe.tpl
- Experience …
- Template ..
Each stage is linked to a template form, where I place fields in the template,
Additional fields
The module has a section for additional fields where I will create fields and place them in the template form. When moving to the next stage or saving, all filled fields from the form are saved in the database, as well as fields for uploading photos.
*I will place fields in the template form manually, for example, I will create the fields myself and only write the name of the additional field.
<input type="text" id="cv_name" name="cv_name" required minlength="4" maxlength="8" size="10" />
Where cv_name is the field created additionally, when sending data to the database, the data cv_name will be recorded.

Ability to duplicate the form, for example

If I added education, I click save, all form data is saved in the database for this CV without reloading the page
And I can click add another education and the form opens again
The form design is configured separately, I just specify which field relates to the additional field
Ability to move forms, which is first and which is second

Templates, + module for the admin panel
Select a template.
2 examples for this module
In the template, we predefine where the forms will be displayed, so that it is possible to configure the output of data.
For example cv_foto . cv_name
Or the education section
If there are 2 educations, it outputs the first for all fields, then outputs the second below for all fields, if there are 3, then it outputs the third
6. Conclusion
Module with installation for version 13.1 php 7.3
With 2 text templates and settings
You can see how everything works at https://app.cvmaker.ru/