You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work on this field.
It would be nice to have a feature to combine 2 fields into one slug.
We have a table with staff members which have first_name and last_name and would like to create a slug from the 2 fields combined.
e.g. first_name: Paul, last_name: Lawton - results in a slug of paul-lawton
(The fields are separate so that we can sort alphabetically on the surname)
The text was updated successfully, but these errors were encountered:
Great work on this field.
It would be nice to have a feature to combine 2 fields into one slug.
We have a table with staff members which have first_name and last_name and would like to create a slug from the 2 fields combined.
e.g. first_name: Paul, last_name: Lawton - results in a slug of paul-lawton
(The fields are separate so that we can sort alphabetically on the surname)
The text was updated successfully, but these errors were encountered: