How to add terms and conditions tick box at the time of when registered user add apps and request for keys in dev portal

I want to add a terms and conditions disclaimer tick box when a user request for a key .USer is already registered in the dev portal

1 Like

@shweta agarwal ,

You can leverage app attributes to add a new field to Create APP form. Navigate to “admin/config/devconnect/app-attributes” to add a new field. See screenshot below.

You will see this field value in attribute list under apps. If you don’t want to send it Edge / Display in detail page, alter using drupal hooks & tpl files. It needs some amount of Drupal Expertise.