XF 2.2 From options to table? From options to phrases?

Robert9

Well-known member
Is there a way to call a function from option forms?
I would like to add two fields to the options of an add-on:

field_table
field_phrase

while saving the actions i want to do:

check input field_table, save it in table.field_table
check input field_phrase, save it in phrase x

Then I also need while calling the form for options:
fetch table.field_table
fetch phrase x

Can I do that? How, please?
 
Top Bottom