Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm trying to create two way references in Drupal 8. There were some modules which provided this functionality, however they do not provide a release for Drupal 8.
To be more specific, this is my use case:
I have two Content Types: Workgroup and Vacancy. Workgroup has some information such as a name, contact information...
Vacancy (apart from basic information) contains a reference to one workgroup. This is the best approach from the point of view of the content creator (as vacancies will be created and edited more often than workgroups).
I know how to do this in d7, but I am not knowing how to work it around for d8? is there any reference after form are build and submitted then it will render results in table in the same form page? right below the form?
I have a form which has a pagination, where you can navigate between steps. The steps are looped in and the callback contains a trigger check and changes the step number.
Working scenario:
On step one, i can manoeuvre by clicking on submit to navigate to second step, or use the pagination to navigate to step 2 or 3.
Non working scenario:
When on step 2 (however i get there), i cant seem to navigate back or forward using the pagination. All i can do is click submit to get to the last stage.