How to Solve NameError: name 'get_form_details' is not defined -- form_extractor

Solution: Import the 'get_form_details' module

To Solve the error, add the following line to the top of your code.

from form_extractor import get_form_details

 

For more information:
Python form_extractor get_form_details